server.web.models.task_instance_status
Task Instance Status Table.
Classes
The table in the database that holds on the possible statuses for TaskInstance. |
Functions
|
Populate the task_instance_status table in the database, in alphabetical order. |
Module Contents
- class server.web.models.task_instance_status.TaskInstanceStatus
Bases:
jobmon.server.web.models.BaseThe table in the database that holds on the possible statuses for TaskInstance.
- QUEUED = 'Q'
- INSTANTIATED = 'I'
- NO_DISTRIBUTOR_ID = 'W'
- LAUNCHED = 'O'
- RUNNING = 'R'
- TRIAGING = 'T'
- NO_HEARTBEAT = 'X'
- RESOURCE_ERROR = 'Z'
- UNKNOWN_ERROR = 'U'
- ERROR = 'E'
- DONE = 'D'
- KILL_SELF = 'K'
- ERROR_FATAL = 'F'
- id
- label
- description