A backoff strategy is a function that returns the delay in milliseconds before the next retry attempt, or null to stop retrying.
null
A backoff strategy is a function that returns the delay in milliseconds before the next retry attempt, or
nullto stop retrying.