Replies: 1 comment
-
Normally you put the worker code in one file and then you just run it how many times you want in different servers or whatever. |
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
-
This is the code I'm using in my
queues/index.ts
file, I'm wondering how can I create multiple workers for this example? So that 2 or 3 jobs are run at the same time?Beta Was this translation helpful? Give feedback.
All reactions