You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat: add queue success and failure events (#2481)
Adds extra events to the Queue class that allow access to more
context during the event, for example being able to access the
options that were passed to a job.
* 1. Items remain at the head of the queue while they are running so `queue.size` includes `queue.pending` items - this is so interested parties can join the results of a queue item while it is running
82
131
* 2. The options for a job are stored separately to the job in order for them to be modified while they are still in the queue
0 commit comments