Skip to content
Discussion options

You must be logged in to vote

@aon108 Thank you for opening this discussion thread!

Running multiple servers to process tasks from the same queue is safe.
For example, if you have serverA and serverB both configured to consume tasks from Queue1, if you enqueue a task in Queue1, either serverA or serverB will start the work (but not both). One caveat is that you cannot specify which server to process the task when you enqueue it (because both serverA and serverB is waiting for tasks in the same queue, whichever is available first will pick up the task)

Replies: 2 comments 1 reply

Comment options

You must be logged in to vote
1 reply
@aon108
Comment options

Answer selected by aon108
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants