Skip to content
New issue

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

Backoff and retry if API rate limit exceeded #7

Open
gaddman opened this issue Mar 13, 2022 · 0 comments
Open

Backoff and retry if API rate limit exceeded #7

gaddman opened this issue Mar 13, 2022 · 0 comments

Comments

@gaddman
Copy link

gaddman commented Mar 13, 2022

If the API rate limit is exceeded an error is generated and the metric is lost. Support for a backoff and retry mechanism would prevent the loss of data in the event the limit is exceeded and is a requirement for us to use this package. Since the API error code doesn't provide any information about the limit, a simple retry such as wait a few seconds and repeat a few times would be an improvement.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant