Skip to main content

Documentation index: llms.txt. This page is also available as markdown: append .md to this URL or send Accept: text/markdown.

JobStatus

The status of the worker job

enum JobStatus {
ADDED
ACTIVE
COMPLETED
FAILED
RETRIES_EXHAUSTED
}

Values

JobStatus.ADDED

Job has been added to the queue

JobStatus.ACTIVE

Job is currently being processed

JobStatus.COMPLETED

Job has finished successfully

JobStatus.FAILED

Job has failed during execution

JobStatus.RETRIES_EXHAUSTED

Job has failed after all retry attempts

Member Of