-
Notifications
You must be signed in to change notification settings - Fork 31
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Multi Queue support with one WPA object. #122
Comments
Do not have use case for multiple queues internally, open for contributions. What is your use case? |
Hi @alok87 !!
I don't know programming using Go language yet.
My scenario is a python script listening two queue (item_created, item_updated) and the processor is the same for the both. |
You can spin up two processors and scale them individually for now. Adding this as enhancement. |
I have a similar kind of scenario where i want to implement a priority-based queue, so I'm thinking of having N number of queue, where N is the priority, then how should I be using WPA? |
Hi Practo Team !!
Is it possible to use two or multiples queues to check? Future planning to this feature?
The text was updated successfully, but these errors were encountered: