UpdateJobRequest
class UpdateJobRequest
Types
Properties
Link copied to clipboard
The unique token which the server uses to recognize retries of the same request.
Link copied to clipboard
The status of a job in its lifecycle. When you change the status of the job to ARCHIVED
, the job can't be scheduled or archived.
Link copied to clipboard
The number of task failures before the job stops running and is marked as FAILED
.
Link copied to clipboard
The maximum number of retries for a job.
Link copied to clipboard
The maximum number of worker hosts that can concurrently process a job. When the maxWorkerCount
is reached, no more workers will be assigned to process the job, even if the fleets assigned to the job's queue has available workers.
Link copied to clipboard
The task status to update the job's tasks to.