disableRetries property

bool? disableRetries
getter/setter pair

Indicates if the job should retry for internal errors after the job starts running.

If true, overrides Scheduling.restart_job_on_worker_restart to false.

Optional.

Implementation

core.bool? disableRetries;