We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Is your feature request related to a problem? Please describe. Problem statement: this action should gracefully fail if API responses do.
Describe the solution you'd like Exponential backoff retry when receiving 400 or 500 API responses.
400
500
If rate limit is encountered (X-RateLimit-Remaining = 0), generate report(s) with the data already collected and gracefully fail.
X-RateLimit-Remaining
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Is your feature request related to a problem? Please describe.
Problem statement: this action should gracefully fail if API responses do.
Describe the solution you'd like
Exponential backoff retry when receiving
400
or500
API responses.If rate limit is encountered (
X-RateLimit-Remaining
= 0), generate report(s) with the data already collected and gracefully fail.The text was updated successfully, but these errors were encountered: