-
-
Notifications
You must be signed in to change notification settings - Fork 33.2k
Closed as not planned
Labels
type-featureA feature request or enhancementA feature request or enhancement
Description
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:
@retry
def user_function(arg1, arg2, kwarg='something'):
pass
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
Metadata
Metadata
Assignees
Labels
type-featureA feature request or enhancementA feature request or enhancement