Optional
afterOptional
factorOptional
foreverWhether to retry forever.
Optional
maxThe maximum time (in milliseconds) that the retried operation is allowed to run.
Optional
maxThe maximum number of milliseconds between two retries.
Optional
methodsOptional
minThe number of milliseconds before starting the first retry.
Optional
randomizeRandomizes the timeouts by multiplying a factor between 1-2.
Optional
retriesThe maximum amount of times to retry the operation.
Optional
unrefWhether to unref the setTimeout's.
The exponential factor to use.