maxRetryDuration property
The time limit for retrying a failed job, measured from the time when an execution was first attempted.
If specified with retry_count, the job will be retried until both limits are reached. The default value for max_retry_duration is zero, which means retry duration is unlimited. However, if retry_count is also 0, a job attempt won't be retried if it fails.
Implementation
core.String? maxRetryDuration;