retrying icon indicating copy to clipboard operation
retrying copied to clipboard

Shortcut to assign stop_max_attempt_number

Open davidyen1124 opened this issue 11 years ago • 1 comments

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

davidyen1124 avatar Dec 12 '14 17:12 davidyen1124

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.

eliasdorneles avatar Apr 12 '16 21:04 eliasdorneles