Optional
backoffOptional
initialAmount of time that must elapse before the first retry occurs in milliseconds.
Optional
jitterWhether to add random jitter to the interval between retries.
Optional
logWhether to log a warning when a retry is attempted. Defaults to true.
Optional
maxMaximum amount of time that may elapse between retries.
Optional
maxMaximum amount of time that may elapse between retries in milliseconds.
Optional
retryA function that returns True for exceptions that should trigger a retry.
Multiplier by which the interval increases after each retry.