WorkerError#
- exception safir.arq.uws.WorkerError(message, detail=None, *, add_traceback=False)#
Bases:
Exception
An error occurred during background task processing.
- detail#
Additional error detail, not including the traceback if any.
- user#
User whose action triggered this exception, for Slack reporting.
- Parameters:
-
error_type:
ClassVar
[WorkerErrorType
] = 'fatal'# Type of error this exception represents.