ArqJobError#

exception safir.arq.ArqJobError(message, job_id)#

Bases: Exception

A base class for errors related to arq jobs.

Parameters:
property job_id: str | None#

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