Optional
backoff2
Optional
initialAmount of time that must elapse before the first retry occurs in milliseconds.
500
Optional
jitter?: booleanWhether to add random jitter to the interval between retries.
Optional
maxMaximum amount of time that may elapse between retries.
3
Optional
maxMaximum amount of time that may elapse between retries in milliseconds.
128000
Optional
retryA function that returns True for exceptions that should trigger a retry.
Multiplier by which the interval increases after each retry.