Changes for version 0.004 - 2019-11-29
- Update coerce rule names in Sah schemas (Data::Sah::Coerce 0.034+).
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