Skip to main content

Coordinator Once Command

How vigilo coordinator once executes one configurable bounded orchestration cycle and exits. It first resumes expired creating runs, then performs chunk lease recovery, dispatch, finalization, and outbox publication. Dispatch work is claimed through a run_id + run_shard cursor, and each operation selects a partition-local chunk window before inserting one outbox event record per chunk.

Execution Flow

Decision Flow