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
It would be convenient to automatically re-add the request to the queue if server returns 429 Too Many Requests error. This should be configurable so we can set the maximum number of retries.
This is for situations where the network is not optimal (e.g. bad network can cause bursts and the rate limit to exceed at the server). Another situation is when you have two clients using the same API at the same time. If both clients are sending requests at the maximum rate, the total will be 2x rate limit and a lot of 429s.
The text was updated successfully, but these errors were encountered:
It would be convenient to automatically re-add the request to the queue if
server returns 429 Too Many Requests error. This should be configurable so
we can set the maximum number of retries.
This is for situations where the network is not optimal (e.g. bad network
can cause bursts and the rate limit to exceed at the server). Another
situation is when you have two clients using the same API at the same time.
If both clients are sending requests at the maximum rate, the total will be
2x rate limit and a lot of 429s.
It would be convenient to automatically re-add the request to the queue if server returns 429 Too Many Requests error. This should be configurable so we can set the maximum number of retries.
This is for situations where the network is not optimal (e.g. bad network can cause bursts and the rate limit to exceed at the server). Another situation is when you have two clients using the same API at the same time. If both clients are sending requests at the maximum rate, the total will be 2x rate limit and a lot of 429s.
The text was updated successfully, but these errors were encountered: