maxRetryDuration property

String? maxRetryDuration
getter/setter pair

The time limit for retrying a failed job, measured from 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.

Implementation

core.String? maxRetryDuration;