Skip to main content

Module enqueue

Module enqueue 

Source
Available on crate features serve and triggers only.
Expand description

The single choke point all trigger fires funnel through. build_submit_request is pure (text + event → SubmitRequest); fire resolves the pipeline ref, substitutes, submits via the existing runner, and maps the outcome.

Enums§

FireOutcome

Functions§

build_submit_request
Build the SubmitRequest for an already-resolved config text. Pure.
fire
Resolve + submit. fired_at is RFC3339 (caller-stamped).
resolve_config_text
Resolve the pipeline ref to config text and substitute ${trigger.*}.