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

Changes for version 0.10 - 2013-01-17

  • first implementation
  • non-blocking mode
  • fibonacci, linear mode

Modules

Module to try to perform an action, with various ways of retrying and sleeping between retries.
Srategy role that any Action::Retry strategy should consume
Fibonacci incrementation of sleep time strategy
Helper to be consumed by Action::Retry Strategies, to enable giving up retrying after a number of retries
Helper to be consumed by Action::Retry Strategies, to enable giving up retrying when the sleep_time is too big
Linear incrementation of sleep time strategy