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

Configuration to listen to multiple queues #528

Open
dhonnappa-amd opened this issue Feb 26, 2025 · 1 comment
Open

Configuration to listen to multiple queues #528

dhonnappa-amd opened this issue Feb 26, 2025 · 1 comment

Comments

@dhonnappa-amd
Copy link

Buildkite allows configuring agents to listen to multiple queues as noted in this PR While in helm chart when we configure tags with values like below, queue name gets overridden as tags is a list of key,value pairs.
tags:
-queue=value1
-queue=value2

Can we have a feature to pass a list of values for queue as well ? or if it has to be under tags, may be queue can accept a list instead of string ?

@petetomasik
Copy link
Contributor

👋 Hi @dhonnappa-amd, thanks for the question!

Is the idea here that the controller would query for jobs assigned to multiple queues within the same cluster or across multiple clusters? For configurations that filter jobs based on multiple matching agentQueryRules, would it be preferred that tags becomes a map[] of multiple agentQueryRules and iterates through each "key"?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants