Retry job
retry_jobMove a failed or dead job back to the pending queue for retry. Compatible with Asynq and BullMQ backends.
Instructions
Move a failed or dead job back to the pending/wait queue so it runs again. Faithfully replicates the backend's own retry (asynq Inspector.RunTask, bullmq Job.retry).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Job or task id. | |
| queue | Yes | Queue name, as reported by list_queues. | |
| backend | No | Which backend owns the queue. Optional when the queue name is unique across backends. |