
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
28 lines
2.4 KiB
Markdown
Generated
28 lines
2.4 KiB
Markdown
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**](JobStatus.md) | |
|
|
**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**](JobSettings.md) | | [optional]
|
|
**metadata** | [**JobMetadata**](JobMetadata.md) | | [optional]
|
|
**storage** | [**JobStorageInfo**](JobStorageInfo.md) | | [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**](JobStatus.md) | | [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]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
|
|
|
|
|