Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Multi Queue support with one WPA object. #122

Open
Bernardoow opened this issue Oct 21, 2020 · 4 comments
Open

Multi Queue support with one WPA object. #122

Bernardoow opened this issue Oct 21, 2020 · 4 comments
Labels
enhancement New feature or request

Comments

@Bernardoow
Copy link

Bernardoow commented Oct 21, 2020

Hi Practo Team !!

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

@Bernardoow Bernardoow changed the title Qeue Question about Queues Oct 21, 2020
@alok87
Copy link
Contributor

alok87 commented Oct 23, 2020

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

What is your use case?

@Bernardoow
Copy link
Author

Bernardoow commented Oct 27, 2020

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.

@alok87
Copy link
Contributor

alok87 commented Oct 27, 2020

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

@alok87 alok87 added the enhancement New feature or request label Oct 27, 2020
@alok87 alok87 changed the title Question about Queues Multi Queue support Oct 28, 2020
@alok87 alok87 changed the title Multi Queue support Multi Queue support with one WPA object. Nov 18, 2020
@muftisamiullah
Copy link

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?

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants