the initial delay between the first failed attempt and the next one.
the number of retries to do before giving up.
a function that takes the current iteration and returns a factor to be applied to the initialDelay.
a function that takes the current iteration and returns a factor to be applied to the initialDelay.
the initial delay between the first failed attempt and the next one.
the number of retries to do before giving up.
A failover strategy for sending requests. The default uses 8 retries: 125ms, 250ms, 375ms, 500ms, 625ms, 750ms, 875ms, 1s
the initial delay between the first failed attempt and the next one.
the number of retries to do before giving up.
a function that takes the current iteration and returns a factor to be applied to the initialDelay.