Replies: 1 comment 1 reply
-
Nah, it works. If it messed things up there would be no point in a library like this, right? :) |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
hey,
i have a bit of an understanding problem. Running one server instance which launches one queue and one worker, works like a charm. Now, what if the api is behind a load balancer and the api launches multiple queues and workers (as it's the same code as a single instance) and we have repeatable jobs, we run every 10sec. Does every instance run the same job every 10sec and the queue is messed up?
thanks!
Beta Was this translation helpful? Give feedback.
All reactions