server.web.routes.v1.fsm.workflow_run

Routes for WorkflowRuns.

Attributes

logger

Functions

set_status_for_triaging(→ Any)

Two triaging related status sets.

Module Contents

server.web.routes.v1.fsm.workflow_run.logger[source]
server.web.routes.v1.fsm.workflow_run.set_status_for_triaging(workflow_run_id: int) Any[source]

Two triaging related status sets.

Query all task instances that are submitted to distributor or running which haven’t reported as alive in the allocated time, and set them for Triaging(from Running) and Kill_self(from Launched).