maxDoublings property
The time between retries will double max_doublings
times.
A job's retry interval starts at min_backoff_duration, then doubles
max_doublings
times, then increases linearly, and finally retries at
intervals of max_backoff_duration up to retry_count times. For examples,
see
Retry jobs.
The default value of this field is 5.
Implementation
core.int? maxDoublings;