Module strategy

Source
Expand description

Assorted retry strategies including fixed interval and exponential back-off.

Structs§

ExponentialBackoff
A retry strategy driven by exponential back-off.
FibonacciBackoff
A retry strategy driven by the fibonacci series.
FixedInterval
A retry strategy driven by a fixed interval.

Functions§

jitter