-
Notifications
You must be signed in to change notification settings - Fork 61
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
Add retries to get features #218
Conversation
Create session and provide it with a custom HTTPAdapter, that has max_retries set. Related issue: Unleash#217
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Awesome, really appreciate you running with this.
This looks good to me!
Sorry, I've been on vacation and am slowly catching up with life. >_O I'll take a peek at the CI/CD failure tonight and cut a release once that's fixed! |
Thank you! |
This PR is in v5.3.0 which is up on Pypi now! :) |
Would be cool to retry all HTTP requests coming from this lib btw :)
|
Description
Create session and provide it with a custom HTTPAdapter, that has max_retries set.
Fixes #217
Type of change
Please delete options that are not relevant.
How Has This Been Tested?
Please describe the tests that you ran to verify your changes.
Checklist: