A retryable job failure: the handler could not complete the job now, but a later activation might succeed. Mapped to failJob with retries - 1 and an optional server-side re-activation backoff.
failJob
retries - 1
Optional
Readonly
Server-side delay before the job becomes re-activatable (failJob retryBackOff).
retryBackOff
Optional variables to attach to the job on failure.
A retryable job failure: the handler could not complete the job now, but a later activation might succeed. Mapped to
failJobwithretries - 1and an optional server-side re-activation backoff.