Skip to content

POST

POST(request): Promise<Response>

Defined in: handlers/queue-callback.ts:59

Handles POST /api/queue/callback for asynchronous thread processing.

Keep this route as a dedicated handler in app code. The catch-all router can mirror this path for local/dev parity, but production queue delivery should always target the dedicated endpoint.

Request

Promise<Response>