Allow jobs to be submitted in paused status #104322

Merged
David Zhang merged 3 commits from David-Zhang-10/flamenco:submit-as-paused into main 2024-07-11 17:08:27 +02:00
Showing only changes of commit 6f3ba146de - Show all commits

View File

@ -1867,6 +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": { $ref: "#/components/schemas/JobStatus" }
required: [name, type, priority, submitter_platform] required: [name, type, priority, submitter_platform]
example: example:
type: "simple-blender-render" type: "simple-blender-render"