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:

Attributes Summary

run_id

User-supplied run ID, if any.

Attributes Documentation

run_id: str | None = None

User-supplied run ID, if any.