Error
System
Run one job
The queue consumer’s callback. Guarded by a dedicated shared secret (INTERNAL_JOBS_SECRET); without it the route answers 404 rather than opening — an endpoint that runs arbitrary job kinds must never default to public.
The status code is the contract: 204 done, ack the message. 422 permanently failed, ack it anyway (a retry can never succeed). 500 failed, retry it.
POST
Error