Replies: 1 comment
-
I am late in responding this but for future users: as you always should keep a reference to every worker instance (as in |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I know there is a
Queue.getWorkers
, but this returns a string of worker names. How do I get the worker based on that name? Trying to write my shutdown function and was hoping to be able to usegetWorkers
to find all the workers to close.Beta Was this translation helpful? Give feedback.
All reactions