ArqJobError

exception safir.arq.ArqJobError(message: str, job_id: Optional[str])

Bases: Exception

A base class for errors related to arq jobs.

job_id

The job ID, or None if the job ID is not known in this context.

Type:

str, optional