-
-
Notifications
You must be signed in to change notification settings - Fork 22
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Is there a way, within the callable function being handled in the context of a job, to access the job itself? rq had this as get_current_job() [ref] which returns either the current Job, or None.
This is useful to e.g. access and update the current job's Meta, to sync UI state (e.g. progress of the current task)
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request