Retriable 4.1.0
·
14 commits
to main
since this release
Immutable
release. Only release title and notes can be modified.
Bug fixes
- A per-call or
with_contexttries:now clears an inheritedintervals:from global config or a context, matching the documented precedence. PreviouslyRetriable.retriable(tries: 1)was silently ignored whenintervalswas configured, runningintervals.size + 1times. Passing bothintervals:andtries:in the same call still letsintervals:win.