Basics
hyper cloud URLs follow this pattern:
Examples:
The hyper cloud API has a rate limit of 10000 requests per second. hyper cloud can handle bursts of API traffic up to 5000 requests per millisecond.
Exceeding the maximum number of requests will return aΒ 429 Too Many RequestsΒ error response.
To help understand these rate limits, here are a few examples.
- If a caller submits 10,000 requests in a one-second period evenly (for example, 10 requests every millisecond), hyper cloud processes all requests without dropping any.
- If the caller sends 10,000 requests in the first millisecond, hyper cloud serves 5,000 of those requests and throttles the rest in the one-second period.
- If the caller submits 5,000 requests in the first millisecond and then evenly spreads another 5,000 requests through the remaining 999 milliseconds (for example, about 5 requests every millisecond), hyper cloud processes all 10,000 requests in the one-second period without returning 429 Too Many Requests error responses.
hyper cloud quota policy is used to enforce subscription service levels rather than operational traffic management. Quota and service levels are TBD. For operational traffic management enforcement levels, see Rate Limits.
Data Service
When creating or updating a document within the Data service, the request payload size limit for the Data service is 5MB. When submitting bulk documents, the request payload size limit isΒ 10MB.
Cache Service
When creating or updating the cache, the document size limit isΒ 10MB.
ο»Ώ
ο»Ώ
