You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 . 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.
The text was updated successfully, but these errors were encountered:
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
. 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.
The text was updated successfully, but these errors were encountered: