Skip to content

Commit f804cc7

Browse files
authored
docs(product): add API quotas to Limits page (#6979)
1 parent 2d22fd5 commit f804cc7

File tree

1 file changed

+12
-0
lines changed
  • docs/docs-new/pages/product/deployment/cloud

1 file changed

+12
-0
lines changed

docs/docs-new/pages/product/deployment/cloud/limits.mdx

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,18 @@ for all deployments within an account.
6767
When a threshold is hit, query processing will be stopped. Please [contact
6868
support][cube-contact-us] for further assistance.
6969

70+
## Quotas
71+
72+
The [REST][ref-rest-api] and [GraphQL][ref-gql-api] APIs both have a standard
73+
quota of 100 requests per second per deployment; this can go up to 1000 requests
74+
per second for short bursts of traffic. These limits can be raised on request,
75+
[contact support][cube-contact-us] for more details.
76+
77+
When the quota is exceeded, the API will return a `429 Too Many Requests`
78+
response.
79+
80+
[ref-rest-api]: /product/apis-integrations/rest-api
81+
[ref-gql-api]: /product/apis-integrations/graphql-api
7082
[ref-deployment-types]: /product/deployment/cloud/deployment-types
7183
[ref-pricing]: /product/deployment/cloud/pricing
7284
[ref-query-history]: /product/workspace/query-history

0 commit comments

Comments
 (0)