
Action::Retry::Strategy::Linear - Linear incrementation of sleep time strategy

version 0.13

To be used as strategy in Action::Retry

ro, Int, defaults to 1000
The number of milliseconds to wait for the first retry
ro, Int, defaults to 2
Number multiplied by the last sleep time. E.g. if set to 2, the time between two retries will double. If set to 1, it'll remain constant. Defaults to 2
ro, Int|Undef, defaults to 10
The number of times we should retry before giving up. If set to undef, will retry indefinitely
ro, Int|Undef, defaults to undef
If Action::Retry is about to sleep more than this number ( in milliseconds ), stop retrying.

Damien "dams" Krotkine

This software is copyright (c) 2013 by Damien "dams" Krotkine.
This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.