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
RabbitMQ supports priority queues, and I would like to add a new mode for priority queues in QueueLength. This means that for priority queues, only messages with a priority greater than a specific level should be taken into account when calculating the queue length.
Use-Case
In common scenarios where priority queues are supported for task consumption, if there are many high-priority tasks, we would like to trigger elastic scaling to obtain more computing resources. For low-priority tasks, we can tolerate slower consumption to save computing resources.
Is this a feature you are interested in implementing yourself?
Yes
Anything else?
No response
The text was updated successfully, but these errors were encountered:
Proposal
RabbitMQ supports priority queues, and I would like to add a new mode for priority queues in QueueLength. This means that for priority queues, only messages with a priority greater than a specific level should be taken into account when calculating the queue length.
Use-Case
In common scenarios where priority queues are supported for task consumption, if there are many high-priority tasks, we would like to trigger elastic scaling to obtain more computing resources. For low-priority tasks, we can tolerate slower consumption to save computing resources.
Is this a feature you are interested in implementing yourself?
Yes
Anything else?
No response
The text was updated successfully, but these errors were encountered: