Closed sinclairzx81 closed 1 year ago
This PR adds the additional Retry options multiplier, minimumDelay and maximumDelay. These options can be use to specify exponential back-off retry strategies on top of the existing delay and attempts configurations.
multiplier
minimumDelay
maximumDelay
delay
attempts
This PR adds the additional Retry options
multiplier
,minimumDelay
andmaximumDelay
. These options can be use to specify exponential back-off retry strategies on top of the existingdelay
andattempts
configurations.