This Release | Action-Retry-0.22 | [Download] [Browse] | 21 Dec 2013 | ||||
Latest Release | Action-Retry-0.24 | [Download] [Browse] | 21 May 2014 | ||||
Other Releases | |||||||
Links | [ Discussion Forum ] [ View/Report Bugs ] [ Dependencies ] [ Other Tools ] | ||||||
Repository | git://github.com/dams/Action-Retry.git | ||||||
CPAN Testers | PASS (68) FAIL (274) [ View Reports ] [ Perl/Platform Version Matrix ] | ||||||
Rating |
![]() | ||||||
License | The Perl 5 License (Artistic 1 & GPL 1) | ||||||
Special Files |
|
Action::Retry | Module to try to perform an action, with various ways of retrying and sleeping between retries. | 0.22 | |
Action::Retry::Strategy | Srategy role that any Action::Retry strategy should consume | 0.22 | |
Action::Retry::Strategy::Constant | Constant sleep time strategy | 0.22 | |
Action::Retry::Strategy::Fibonacci | Fibonacci incrementation of sleep time strategy | 0.22 | |
Action::Retry::Strategy::HelperRole::RetriesLimit | Helper to be consumed by Action::Retry Strategies, to enable giving up retrying after a number of retries | 0.22 | |
Action::Retry::Strategy::HelperRole::SleepCapping | Helper to be consumed by Action::Retry Strategies, to enable capping the sleep time | 0.22 | |
Action::Retry::Strategy::HelperRole::SleepTimeout | Helper to be consumed by Action::Retry Strategies, to enable giving up retrying when the sleep_time is too big | 0.22 | |
Action::Retry::Strategy::Linear | Linear incrementation of sleep time strategy | 0.22 |