Available on crate feature
serve only.Expand description
The run lifecycle: validate + queue a submission (submit), then run it under
a permit. A cancel / timeout / shutdown trigger cooperatively cancels the
pipeline (so a buffered sink flushes at its next page boundary, #146 H16) and
grants a bounded flush grace before hard-dropping it; the task then finalizes
an authoritative terminal status. See spec §7 + §20.
Structs§
- Submit
Request POST /v1/runsrequest body.- Submit
Response POST /v1/runssuccess body (202).
Enums§
- Config
Format Wire - Wire enum mirroring
load::ConfigFormatwith serde rename.
Functions§
- submit
- Validate, idempotency-claim, queue, and spawn a submission.