| ExponentialDelayWithHalfJitter |
Strategy that waits for a random period of time between a lower bound x and an exponentially increasing amount of time between
each subsequent attempt of the same call.
|
| ExponentialDelayWithJitter |
Strategy that waits for a random period of time between 0ms and an exponentially increasing amount of time between each
subsequent attempt of the same call.
|
| ExponentialDelayWithoutJitter |
Strategy that waits for an exponentially increasing amount of time between each subsequent attempt of the same call.
|
| FixedDelayWithJitter |
Strategy that waits for a random period of time between 0ms and the provided delay.
|
| FixedDelayWithoutJitter |
Strategy that waits for a period of time equal to the provided delay.
|
| Immediately |
Strategy that do not back off: retry immediately.
|