k8s-worker-pod-autoscaler icon indicating copy to clipboard operation
k8s-worker-pod-autoscaler copied to clipboard

Multi Queue support with one WPA object.

Open Bernardoow opened this issue 3 years ago • 4 comments

Hi Practo Team !!

Is it possible to use two or multiples queues to check? Future planning to this feature?

Bernardoow avatar Oct 21 '20 20:10 Bernardoow

Do not have use case for multiple queues internally, open for contributions.

What is your use case?

alok87 avatar Oct 23 '20 01:10 alok87

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.

Bernardoow avatar Oct 27 '20 12:10 Bernardoow

You can spin up two processors and scale them individually for now. Adding this as enhancement.

alok87 avatar Oct 27 '20 12:10 alok87

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?

muftisamiullah avatar Dec 08 '21 05:12 muftisamiullah