Skip to content

Retriable 4.1.0

Choose a tag to compare

@kamui kamui released this 30 May 05:33
· 14 commits to main since this release
Immutable release. Only release title and notes can be modified.
55a2257

Bug fixes

  • A per-call or with_context tries: now clears an inherited intervals: from global config or a context, matching the documented precedence. Previously Retriable.retriable(tries: 1) was silently ignored when intervals was configured, running intervals.size + 1 times. Passing both intervals: and tries: in the same call still lets intervals: win.