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

RabbitMQ trigger supports priority queues #6500

Open
Gallardot opened this issue Jan 27, 2025 · 0 comments
Open

RabbitMQ trigger supports priority queues #6500

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

Comments

@Gallardot
Copy link

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

@Gallardot Gallardot added feature-request All issues for new features that have not been committed to needs-discussion labels Jan 27, 2025
@Gallardot Gallardot changed the title RabbitMQ triggersupports priority queues RabbitMQ trigger supports priority queues Jan 27, 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