Optional
abortThe signal to be used to interrupt the retry process
Optional
attemptsThe maximum number of retry attempts.
Optional
interruptA function that determines whether to interrupt the retry process Should return true to interrupt, false otherwise.
Optional
loggerThe logger function used for logging retry attempts
Optional
maxThe maximum time to wait between retry attempts, in milliseconds
Optional
timeoutTimeout for each try
Optional
waitThe time to wait between retry attempts, in milliseconds
Represents the options for retrying an operation