You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I often find myself adding retry functionality in many different places. I think it would be super helpful if there was retry functionality in the python standard library by default. I think this is super helpful with API calls.
Ideally, it would have nice and easy syntax with good enough default values that can be further configured if needed.
Major feature proposals should be discussed on Discourse before opening a GitHub issue. Please open a topic over there and we can re-open this when it's clear there's support for this idea. Thank you.
Feature or enhancement
Proposal:
I often find myself adding retry functionality in many different places. I think it would be super helpful if there was retry functionality in the python standard library by default. I think this is super helpful with API calls.
Ideally, it would have nice and easy syntax with good enough default values that can be further configured if needed.
Example:
Has this already been discussed elsewhere?
This is a minor feature, which does not need previous discussion elsewhere
Links to previous discussion of this feature:
No response
Linked PRs
The text was updated successfully, but these errors were encountered: