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

Shortcut to assign stop_max_attempt_number #30

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Shortcut to assign stop_max_attempt_number #30

wants to merge 1 commit into from

Conversation

davidyen1124
Copy link

Make some changes so we can use @retry(3) or @retry(stop_max_attempt_number=3).

@eliasdorneles
Copy link

This is a neat idea, interesting implementation hack! :)
So, I'm not a maintainer of retrying, but it would be nice have tests for this.
Good test coverage is pretty important for retrying, since the library is mainly about reliability and is also used in the core of many projects.

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

Successfully merging this pull request may close these issues.

2 participants