Jobs
Retry Job
Manually retry a dead, failed, or retrying job.
Resets the job’s status to pending, clears the error message, and resets the attempt counter. The job will be picked up by the worker on the next poll cycle.
Args: job_id: ID of the job to retry.
Raises: 404: Job not found. 400: Job is not in dead, failed, or retrying status.
POST
Retry Job
Documentation Index
Fetch the complete documentation index at: https://docs.snackbase.dev/llms.txt
Use this file to discover all available pages before exploring further.
Path Parameters
Response
Successful Response
Response schema for a single job record.
Retry Job