One job at a time in workers? #841
Unanswered
SupertigerDev
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
index.mjs:
worker.mjs
This responds like this:
They dont run one at a time. How could I fix this? It should return like this:
I currently serve an express server in multiple workers to load balance my server. I would like to also add this queuing system but be able to run the job in the worker where it was started from.
Beta Was this translation helpful? Give feedback.
All reactions