Skip to content

Commit

Permalink
docs(product): add API quotas to Limits page (#6979)
Browse files Browse the repository at this point in the history
  • Loading branch information
hassankhan authored Aug 8, 2023
1 parent 2d22fd5 commit f804cc7
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions docs/docs-new/pages/product/deployment/cloud/limits.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,18 @@ for all deployments within an account.
When a threshold is hit, query processing will be stopped. Please [contact
support][cube-contact-us] for further assistance.

## Quotas

The [REST][ref-rest-api] and [GraphQL][ref-gql-api] APIs both have a standard
quota of 100 requests per second per deployment; this can go up to 1000 requests
per second for short bursts of traffic. These limits can be raised on request,
[contact support][cube-contact-us] for more details.

When the quota is exceeded, the API will return a `429 Too Many Requests`
response.

[ref-rest-api]: /product/apis-integrations/rest-api
[ref-gql-api]: /product/apis-integrations/graphql-api
[ref-deployment-types]: /product/deployment/cloud/deployment-types
[ref-pricing]: /product/deployment/cloud/pricing
[ref-query-history]: /product/workspace/query-history
Expand Down

0 comments on commit f804cc7

Please sign in to comment.