WIP: Allow jobs to be submitted in paused
status
#104318
@ -1867,11 +1867,7 @@ components:
|
|||||||
Worker tag that should execute this job. When a tag ID is
|
Worker tag that should execute this job. When a tag ID is
|
||||||
given, only Workers in that tag will be scheduled to work on it.
|
given, only Workers in that tag will be scheduled to work on it.
|
||||||
If empty or ommitted, all workers can work on this job.
|
If empty or ommitted, all workers can work on this job.
|
||||||
"initial_status":
|
"initial_status": { $ref: "#/components/schemas/JobStatus" }
|
||||||
type: string
|
|
||||||
description: >
|
|
||||||
Initial status of the job. If not given, the job will start in the
|
|
||||||
'queued' status. Currently only 'queued' and 'paused' are supported.
|
|
||||||
required: [name, type, priority, submitter_platform]
|
required: [name, type, priority, submitter_platform]
|
||||||
example:
|
example:
|
||||||
type: "simple-blender-render"
|
type: "simple-blender-render"
|
||||||
|
Loading…
Reference in New Issue
Block a user