Skip to main content

Module engine

Module engine 

Structs§

MaintenanceSummary
Outcome of one SopEngine::run_maintenance_tick pass (EPIC A1), for observability. All counts are 0 on a quiet tick.
SopEngine
Central SOP orchestrator: loads SOPs, matches triggers, manages run lifecycle.

Functions§

err_is_resume_at_capacity
True when err is the typed ResumeAtCapacity backpressure marker (an over-cap resume was refused), as opposed to a store fault. Lets a caller in another module or crate (e.g. resolve_gate, or the gateway resume endpoint) render it as backpressure (HTTP 503) rather than a fault without depending on the private struct.
now_iso8601