WIP: Allow jobs to be submitted in paused
status
#104318
@ -1867,6 +1867,11 @@ components:
|
||||
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.
|
||||
If empty or ommitted, all workers can work on this job.
|
||||
"submit_as_paused":
|
||||
type: boolean
|
||||
description: >
|
||||
Whether to submit this job as paused. This is useful for jobs that
|
||||
need manual intervention before they can be started.
|
||||
required: [name, type, priority, submitter_platform]
|
||||
example:
|
||||
type: "simple-blender-render"
|
||||
|
Loading…
Reference in New Issue
Block a user