GITBOOK-409: change request with no subject merged in GitBook

This commit is contained in:
Jim Myers 2023-05-02 16:38:51 +00:00 committed by gitbook-bot
parent ca518c997b
commit d1a786b5f4
No known key found for this signature in database
GPG Key ID: 07D2180C7B12D0FF
3 changed files with 4 additions and 2 deletions

View File

@ -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)

View File

@ -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

View File

@ -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._