disableRetries property

bool disableRetries
final

Optional. 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.

Implementation

final bool disableRetries;