Api
Replay every parked job
Authorization
AdminSession chimely_admin<token>
Server-side admin session cookie, set by POST /admin/api/login.
In: cookie
Response Body
application/json
application/json
curl -X POST "https://example.com/admin/api/dlq/replay-all"{
"replayed": 0
}Empty
{
"error": {
"code": "invalid_request",
"message": "string"
}
}Status timeline for one notification (the "did it send?" answer) GET
Previous Page
Replay one parked job (re-enters the normal claim path) POST
Moves the parked row back into `jobs` with a fresh attempt budget; the normal worker loop (SKIP LOCKED, per-environment fairness, delete-on-completion) runs it. Never executed inline.