Replies: 1 comment
-
In Bull there is no distinction between Queue and Worker in terms of classes. Maybe you are in the wrong repo and are referring to BullMQ? |
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
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I can see how to create named processors for a Queue (
loadBalancerQueue.process('requestProfile', 100, requestProfile);
). How would I create named processors for a Worker? Is that possible?Beta Was this translation helpful? Give feedback.
All reactions