Changes for version 0.003 - 2019-06-08
- Add utilities: retry-{lild,limd,mild,mimd}.
- Update to Algoritm-Backoff 0.006.
Documentation
Retry a command with custom backoff algorithm
Retry a command with constant delay backoff
Retry a command with exponential backoff
Retry a command with fibonacci backoff
Retry a command with LILD (linear increase, linear decrease) backoff
Retry a command with LIMD (linear increase, multiplicative decrease) backoff
Retry a command with MILD (multiplicative increase, linear decrease) backoff
Retry a command with MIMD (multiplicative increase, multiplicative decrease) backoff
Show backoff delays
Modules
Utilities related to Algorithm::Backoff