Skip to main content

Bulk Retry Failed Jobs

POST 

/api/v2/queue-admin/failed-jobs/retry

Bulk-retry failed jobs by id. For each id we rebuild the retry payload (same logic as Horizon's own RetryFailedJob::preparePayload()) and pushRaw() it back onto the original connection + queue. The original failed entry is left in the index; Horizon links the retry to it via storeRetryReference.

Missing or already-deleted ids are reported via missed.

Fields:

  • ids (required array, 1-10000) — failed-job UUIDs.

Authentication: Requires Bearer token.

Request

Responses

Successful response