ArqJobError#

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

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

Parameters: