Use http rate limiting headers to decide when to retry requests #156
Labels
enhancement
New feature or request
good first issue
Good for newcomers
help wanted
Extra attention is needed
Checklist
Describe the problem you'd like to have solved
We are currently retrying requests on 429s based on a hard coded timestamp.
Describe the ideal solution
We should use the http headers to retry. In the example below we'd wait 6 seconds:
Alternatives and current workarounds
No response
References
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: