obelisk.strategies.retry¶
Various retry strategies, from no retry to exponential backoff.
Classes
|
Retry strategy implementing the exponential backoff algorithm. |
|
Retry strategy that tries again without delay, up to a user defined maximum amount of times. |
Retry strategy that simply does not retry. |
|
This class performs the actual retry handling. |
|
Base class for all retry strategies, whether predefined or user-made. |