Retry a single failed or cancelled job.
Re-queues a job that has failed or been cancelled. The job’s state changes toDocumentation Index
Fetch the complete documentation index at: https://docs.sluice.sh/llms.txt
Use this file to discover all available pages before exploring further.
retrying and it will be picked up by a worker.
| Parameter | Type | Description |
|---|---|---|
id | string | Sluice job UUID. |
failed or cancelled. Attempting to retry a job in any other state returns 400.
send_task() using the original task name, arguments, and queue. The attempt counter is incremented so you can track how many times a job has been retried. The job transitions to retrying immediately and moves to queued once the broker accepts the message.