| Name | Type | Description | Notes |
|---|---|---|---|
| id | String | [readonly] | |
| createdAt | Date | [readonly] | |
| updatedAt | Date | [optional] [readonly] | |
| environment | ReferenceObject | ||
| maximumCpu | Number | Maximum cpu that can be allocated to the job based on organization cluster configuration. unit is millicores (m). 1000m = 1 cpu | |
| maximumMemory | Number | Maximum memory that can be allocated to the job based on organization cluster configuration. unit is MB. 1024 MB = 1GB | |
| name | String | name is case insensitive | |
| description | String | [optional] | |
| cpu | Number | unit is millicores (m). 1000m = 1 cpu | |
| memory | Number | unit is MB. 1024 MB = 1GB | |
| maxNbRestart | Number | Maximum number of restart allowed before the job is considered as failed 0 means that no restart/crash of the job is allowed | [optional] |
| maxDurationSeconds | Number | Maximum number of seconds allowed for the job to run before killing it and mark it as failed | [optional] |
| autoPreview | Boolean | Indicates if the 'environment preview option' is enabled for this container. If enabled, a preview environment will be automatically cloned when `/preview` endpoint is called. If not specified, it takes the value of the `auto_preview` property from the associated environment. | |
| port | Number | Port where to run readiness and liveliness probes checks. The port will not be exposed externally | [optional] |
| source | OneOfobjectobject | ||
| healthchecks | Healthcheck | ||
| autoDeploy | Boolean | Specify if the job will be automatically updated after receiving a new image tag or a new commit according to the source type. The new image tag shall be communicated via the "Auto Deploy job" endpoint https://api-doc.qovery.com/#tag/Jobs/operation/autoDeployJobEnvironments | [optional] |
This repository was archived by the owner on Mar 14, 2024. It is now read-only.