The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

Changes for version 0.005 - 2020-10-20

  • No functional changes.
  • Fix #AUTHOR -> #AUTHORITY.

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