Multi Queue support with one WPA object.
Bernardoow opened this issue · 4 comments
Hi Practo Team !!
Is it possible to use two or multiples queues to check? Future planning to this feature?
Do not have use case for multiple queues internally, open for contributions.
What is your use case?
Hi @alok87 !!
Do not have use case for multiple queues internally, open for contributions.
I don't know programming using Go language yet.
What is your use case?
My scenario is a python script listening two queue (item_created, item_updated) and the processor is the same for the both.
So, the autoscale should be checking thoses queues.
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?