WIP: Allow jobs to be submitted in paused status #104318

Closed
David Zhang wants to merge 32 commits from David-Zhang-10/flamenco:submit-as-paused into main

When changing the target branch, be careful to rebase the branch in your fork to match. See documentation.
Showing only changes of commit 56fdf15e2b - Show all commits

View File

@ -1867,11 +1867,11 @@ 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.
"submit_as_paused": "initial_status":
type: boolean type: string
description: > description: >
Whether to submit this job as paused. This is useful for jobs that Initial status of the job. If not given, the job will start in the
need manual intervention before they can be started. '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"