2024-07-29 17:45:14 +02:00

2.3 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 "linux", "windows", "darwin", "openbsd", 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 "manager" can be given, which will be interpreted as "the Manager's platform". 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 ommitted, the check is bypassed. [optional]
settings JobSettings [optional]
metadata JobMetadata [optional]
storage JobStorageInfo [optional]
worker_tag WorkerTag [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]