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

feat: handle rate limiter code 429 by back-off retry #80

Closed

Conversation

santhoshramaraj
Copy link
Member

What does this Pull Request accomplish?

Implement a basic back-off retry method for DataFrameClient to handle status code 429 by the rate limiter.

Why should this Pull Request be merged?

Simplify user-side handling for http status code 429

What testing has been done?

TODO: Detail what testing has been done to ensure this submission meets requirements.

@santhoshramaraj
Copy link
Member Author

Superseded by #90 as giving the user the flexibility to handle retry is better than hardcode it.

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

Successfully merging this pull request may close these issues.

1 participant