Execute multiple queues locally
@harshil1712 Yes but I have more than one producer.
I have use it and it's working but I have two producer. for test purpose I have created one API in both workers to send message in queue but the thing is at a time only one path is getting call another is throwing error of 404 and is depend on the sequence of producer i use in the comman to run workers it is like below
in producer-one there is api with endpoint http://host:port/producer-one-test
in producer-two there is api with endpoint http://host:port/producer-two-test
I have some cases where I have more then two producers
2 Replies
Do both the producers send message to the same Queue? Also, to confirm, they both are still part of the same Worker project?
Yes both producers send message in to same queue. and both worker in same project. in cloude with working but in local it is not