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
UWS job identifier (not the same as the arq job ID).
User-supplied run ID, if any.
Maximum execution time for the job.
Delegated Gafaelfawr token to act on behalf of the user.
Username of the user who submitted the job.
Attributes Documentation
-
job_id:
str
= <dataclasses._MISSING_TYPE object>¶ UWS job identifier (not the same as the arq job ID).