-
-
Notifications
You must be signed in to change notification settings - Fork 152
Open
Labels
Description
The documentation has the following blurb:
new queuerequires only the "queue" variable to be set. You can also pass thejobshash to it.
What happens if I don't pass jobs? Why would I pass it if it's optional?
I was looking at the code (queue.ts), and it looked like the job's plugins would not run if I don't pass jobs to the queue (as const job = this.jobs[func]; would be undefined), is this intentional?