failsafe
failsafe copied to clipboard
Introduced RetryPolicyBuilder.withBackoffResetAfter
Added option to reset the backoff delay to the initial delay when a (potentially long-running) task has been running without issues for a given duration. See: https://github.com/failsafe-lib/failsafe/issues/341