Appearance
Retry a failed job
POST
/api/jobs/{id}/retry
Retry a specific failed job by ID. Requires queueName since BullMQ job IDs are auto-incremented per queue and not unique across queues.
Parameters
Path Parameters
id*
Job ID to retry
Type
Requiredstring
Min Length
1Query Parameters
queueName*
Queue this job belongs to (e.g. book-fetch-metadata)
Type
Requiredstring
Min Length
1Responses
Job retried successfully
application/json
JSON "success": true, "jobId": "string", "queueName": "string"
{
}
POST
/api/jobs/{id}/retry