failsafe-lib / failsafe

Fault tolerance and resilience patterns for the JVM
https://failsafe.dev
Apache License 2.0
4.16k stars 295 forks source link

Introduced RetryPolicyBuilder.withBackoffResetAfter #342

Open bertbaron opened 2 years ago

bertbaron commented 2 years ago

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