You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In our use of this library, we are receiving 429 / Too many requests errors.
This library should handle rate limiting automatically so that these errors are not encountered, perhaps on an opt-in basis using some config parameters.
If that is not possible, then at a minimum it should expose the X-RateLimit-Limit and X-RateLimit-Remaining headers, and provide a function that will take a job and return a delay to wait in order avoid triggering these errors so that we can implement our own queuing.
In our use of this library, we are receiving 429 / Too many requests errors.
This library should handle rate limiting automatically so that these errors are not encountered, perhaps on an opt-in basis using some config parameters.
If that is not possible, then at a minimum it should expose the
X-RateLimit-Limit
andX-RateLimit-Remaining
headers, and provide a function that will take a job and return a delay to wait in order avoid triggering these errors so that we can implement our own queuing.Thank you.
Referrence: https://cloudconvert.com/api/v2#errors
The text was updated successfully, but these errors were encountered: