maxDelay is the maximum delay used between task retries
maxRetries is the max number of retries of a failing task when it
fails with transient errors.
minDelay is the minimum delay used between task retries
nextDelay is a function to compute the next delay given the
previous one and the retry number.
Generated using TypeDoc
isTransientErroris a function to find out whether an error is considered transient or not.