Skip to content
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

Allow glob / regexpr in Redis scaler "listname" #6479

Open
rgarrigue opened this issue Jan 10, 2025 · 0 comments
Open

Allow glob / regexpr in Redis scaler "listname" #6479

rgarrigue opened this issue Jan 10, 2025 · 0 comments
Labels
feature-request All issues for new features that have not been committed to needs-discussion

Comments

@rgarrigue
Copy link

Proposal

I'd like to be able to scale over "bull::wait" or "bull:Document:wait" rather than having to specify all of them & a formula

Use-Case

We're using BullMQ, a queuing system. Each queue have it's wait / inProgress / etc list in Redis
image. We've a dozen of deployments running group of queues, like all the queues requiring GPU on a deployment with the proper affinity / toleration.

It's be way easier if we could scale according to "the sum of items in wait lists for of all jobs matching this glob / rexpr" than having to specify each and every queue in a scalingModifiers formula. Less error prone also, if someone add a DocumentProcessThis and forget to add a target AND to add in the formula, boom.

Is this a feature you are interested in implementing yourself?

No

Anything else?

Thanks a lot for the good work ! Getting a POC running was a breeze.

@rgarrigue rgarrigue added feature-request All issues for new features that have not been committed to needs-discussion labels Jan 10, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature-request All issues for new features that have not been committed to needs-discussion
Projects
Status: To Triage
Development

No branches or pull requests

1 participant