WorkerJobInfo¶ class safir.arq.uws.WorkerJobInfo(job_id, user, token, timeout, run_id=None)¶ Bases: object Metadata about the job that may be useful to the backend. Parameters: job_id (str) user (str) token (str) timeout (timedelta) run_id (str | None, default: None) Attributes Summary run_id User-supplied run ID, if any. Attributes Documentation run_id: str | None = None¶ User-supplied run ID, if any.