Skip to main content

Module lifecycle

Module lifecycle 

Source
Expand description

Per-model lifecycle state machine (see docs/runtime/model-lifecycle.md).

Pure: it decides what the model host must do next, and the host reports back when that work finishes. Admission and exclusive groups are the host’s concern; this only guards one model’s transitions.

Structs§

Lifecycle
One model’s lifecycle.
UnexpectedEvent
A finish event arrived in a state that never started that work.

Enums§

Command
Work the host must start after a transition.
ModelState
Where one catalogue model is. Only the worker changes it.