From d1a786b5f4cee596fa578fcdf8b5f591567fab85 Mon Sep 17 00:00:00 2001 From: Jim Myers Date: Tue, 2 May 2023 16:38:51 +0000 Subject: [PATCH] GITBOOK-409: change request with no subject merged in GitBook --- SUMMARY.md | 1 + flipside-api/get-started/python.md | 2 -- flipside-api/get-started/rate-limits.md | 3 +++ 3 files changed, 4 insertions(+), 2 deletions(-) create mode 100644 flipside-api/get-started/rate-limits.md diff --git a/SUMMARY.md b/SUMMARY.md index c9d591c..43ea5cc 100644 --- a/SUMMARY.md +++ b/SUMMARY.md @@ -236,6 +236,7 @@ * [Getting Started](flipside-api/get-started/README.md) * [Python SDK](flipside-api/get-started/python.md) * [API](flipside-api/get-started/rest-api.md) + * [🚦 Rate Limits](flipside-api/get-started/rate-limits.md) * [🏗 JS/TS SDK](flipside-api/get-started/js-ts-sdk.md) * [🏗 R SDK](flipside-api/get-started/r-sdk.md) * [Archive](flipside-api/get-started/archive/README.md) diff --git a/flipside-api/get-started/python.md b/flipside-api/get-started/python.md index 7ddca18..4c6d165 100644 --- a/flipside-api/get-started/python.md +++ b/flipside-api/get-started/python.md @@ -167,9 +167,7 @@ record_count = query_result_set.run_stats.record_count print(f"This query took ${elapsed_seconds} seconds to run and returned {record_count} records from the database.") ``` -### 🚦 Rate Limits -There is no rate limit per API Key, however, every query execution second, above the free tier will be billed. ### 🙈 Error Handling diff --git a/flipside-api/get-started/rate-limits.md b/flipside-api/get-started/rate-limits.md new file mode 100644 index 0000000..c244e8a --- /dev/null +++ b/flipside-api/get-started/rate-limits.md @@ -0,0 +1,3 @@ +# 🚦 Rate Limits + +Every account has a limit of 15 concurrent query runs. This means you cannot run more than 15 queries at the same time across all your API keys. This rate limit is in place to protect query spamming (_whether accidental or intentional_) for the benefit of all API/SDK users. _Need a higher concurrency limit? Reach out to us directly and we can work with you._