Properly prepare for and handle rate limits
Level | Default Limit per Second |
---|---|
Tenant | 10 |
Client | 5 |
429 Too Many Requests
error, try the request again after waiting for the number of seconds indicated by the Retry-After
header returned in the rate limited error response. Do not immediately try the request again as this will result in an incrementally longer timeout each time and can lead to your client being suspended. If this happense, please contact help@meetbit.io for assistance.