The retry delay (seconds) for a job's next attempt: linear backoff (backoff * attempts).
backoff * attempts
The job being retried.
The delay in seconds.
The retry delay (seconds) for a job's next attempt: linear backoff (
backoff * attempts).