luz paz 92a93bb4d7 Cleanup: Fix various documentation related typos
Found via `codespell -S "*.po,*.chunk.min.js" -L
cace,cacl,currenty,eacf,eacg,fo,nd,nin,ontext,originaly,ot,te,ue`

No functional changes.

Co-authored-by: Sybren A. Stüvel <sybren@blender.org>
Pull Request: https://projects.blender.org/studio/flamenco/pulls/104436
2025-09-08 16:47:55 +02:00

2.4 KiB
Generated

Job

Properties

Name Type Description Notes
name str
type str
submitter_platform str Operating system of the submitter. This is used to recognise two-way variables. This should be a lower-case version of the platform, like &quot;linux&quot;, &quot;windows&quot;, &quot;darwin&quot;, &quot;openbsd&quot;, etc. Should be ompatible with Go's `runtime.GOOS`; run `go tool dist list` to get a list of possible platforms. As a special case, the platform &quot;manager&quot; can be given, which will be interpreted as &quot;the Manager's platform&quot;. This is mostly to make test/debug scripts easier, as they can use a static document on all platforms.
id str UUID of the Job
created datetime Creation timestamp
updated datetime Timestamp of last update.
status JobStatus
activity str Description of the last activity on this job.
priority int defaults to 50
type_etag str Hash of the job type, copied from the `AvailableJobType.etag` property of the job type. The job will be rejected if this field doesn't match the actual job type on the Manager. This prevents job submission with old settings, after the job compiler script has been updated. If this field is omitted, the check is bypassed. [optional]
settings JobSettings [optional]
metadata JobMetadata [optional]
storage JobStorageInfo [optional]
worker_tag str 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 omitted, all workers can work on this job. [optional]
initial_status JobStatus [optional]
delete_requested_at datetime If job deletion was requested, this is the timestamp at which that request was stored on Flamenco Manager. [optional]
any string name bool, date, datetime, dict, float, int, list, str, none_type any string name can be used but the value must be the correct type [optional]

[Back to Model list] [Back to API list] [Back to README]