Chimely
Api

Replay one parked job (re-enters the normal claim path)

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.

POST
/admin/api/dlq/{job_id}/replay

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.

Authorization

AdminSession
chimely_admin<token>

Server-side admin session cookie, set by POST /admin/api/login.

In: cookie

Path Parameters

job_id*string

Job TypeID (job_…).

Response Body

application/json

application/json

application/json

curl -X POST "https://example.com/admin/api/dlq/string/replay"
{
  "replayed": 0
}
Empty
{
  "error": {
    "code": "invalid_request",
    "message": "string"
  }
}
{
  "error": {
    "code": "invalid_request",
    "message": "string"
  }
}