server.web.models.task_instance_status

Task Instance Status Table.

Classes

TaskInstanceStatus

The table in the database that holds on the possible statuses for TaskInstance.

Functions

add_task_instance_statuses(→ None)

Populate the task_instance_status table in the database, in alphabetical order.

Module Contents

class server.web.models.task_instance_status.TaskInstanceStatus[source]

Bases: jobmon.server.web.models.Base

The table in the database that holds on the possible statuses for TaskInstance.

__tablename__ = 'task_instance_status'[source]
QUEUED[source]
INSTANTIATED[source]
NO_DISTRIBUTOR_ID[source]
LAUNCHED[source]
RUNNING[source]
TRIAGING[source]
NO_HEARTBEAT[source]
RESOURCE_ERROR[source]
UNKNOWN_ERROR[source]
ERROR[source]
DONE[source]
KILL_SELF[source]
ERROR_FATAL[source]
id[source]
label[source]
description[source]
server.web.models.task_instance_status.add_task_instance_statuses(session: sqlalchemy.orm.Session) None[source]

Populate the task_instance_status table in the database, in alphabetical order.