Request Body
Behavior
Tasks are persisted in the central database immediately on creation, regardless of sidecar availability. If an assignee is specified and matches an engineer with a linked app, deployment instructions are automatically appended to the task description. The kanban dispatcher polls for assigned tasks and auto-spawns worker processes.Dispatch runs on two clocks, and only one of them is in this repository: the agent container runs a 30-second safety-net poll (
DISPATCH_INTERVAL_MS), on top of the legacy gateway’s own embedded dispatcher, whose interval lives in the gateway and is not verifiable here. Treat dispatch latency as tens of seconds, and use the explicit dispatch/run endpoints when you need it now.Errors
404