maximumAttempts
: The job-level maximum number of attempts to run a payload. This value can be overridden by the payload.initialInterval
: The initial interval between retries, as milliseconds or an ms-formatted string.maximumInterval
: The maximum interval between retries, as milliseconds or an ms-formatted string.backoffCoefficient
: The exponential backoff coefficient to calculate the next retry interval.
The total time to wait between retries is calculated as follows (i
is the current attempt number, starting from 0):