You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hey. Great job on the wrapper. I'm facing an issue with exclusive consumers, however. When I set a consumer to exclusive, and try to run my workers from more than 1 machine, the second (and on) machine(s) throw errors on queue init. This makes sense, considering Rabbit throws an error when you try to connect to an already-consumed exclusive queue.
What's the right procedure here?
The text was updated successfully, but these errors were encountered:
Hey. Great job on the wrapper. I'm facing an issue with exclusive consumers, however. When I set a consumer to exclusive, and try to run my workers from more than 1 machine, the second (and on) machine(s) throw errors on queue init. This makes sense, considering Rabbit throws an error when you try to connect to an already-consumed exclusive queue.
What's the right procedure here?
The text was updated successfully, but these errors were encountered: