Path Parameters
Behavior
Triggers the kanban dispatcher to immediately spawn a worker for the specified task. The task must already have an assignee and not be indone or blocked status. Use this when you want to start work on a task without waiting for the auto-dispatch cycle.
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
400