server.web.models.task_status
Task Instance Status Database table.
Classes
The table in the database that holds on the possible statuses for a Task. |
Functions
|
Populate the task_status table in the database. |
Module Contents
- class server.web.models.task_status.TaskStatus
Bases:
jobmon.server.web.models.BaseThe table in the database that holds on the possible statuses for a Task.
- REGISTERING = 'G'
- QUEUED = 'Q'
- INSTANTIATING = 'I'
- LAUNCHED = 'O'
- RUNNING = 'R'
- ERROR_RECOVERABLE = 'E'
- ADJUSTING_RESOURCES = 'A'
- ERROR_FATAL = 'F'
- DONE = 'D'
- id
- label
- description