Skip to main content

Module event

Module event 

Source
Expand description

Structured event names emitted by the runtime.

These are the event field values in structured logs. Using constants ensures CI can verify event coverage and dashboards can filter reliably.

Constantsยง

EFFECT_COMMAND
Command effect started/completed.
EFFECT_PANIC
Effect panicked during execution.
EFFECT_QUEUE_SHUTDOWN
Effect queue shutdown completed (fast or slow path).
EFFECT_SUBSCRIPTION
Subscription effect started/stopped.
EFFECT_TIMEOUT
Effect timeout exceeded deadline.
QUEUE_DROP
Effect queue task dropped (backpressure or post-shutdown).
RUNTIME_STARTUP
Program startup with lane and rollout policy.
SPAWN_EXECUTOR_SHUTDOWN
Spawn executor shutdown completed.
SUBSCRIPTION_STOP
Individual subscription stopped.
SUBSCRIPTION_STOP_ALL
Subscription manager stop_all completed.