Add queue parameter to edge list-workers subcommand - #70436
Conversation
|
@shubhamraj-git, milestone and backport labels are not needed for providers as they are generally cut periodically from main directly. |
dheerajturaga
left a comment
There was a problem hiding this comment.
Awesome! thanks for the enhancement. It works as advertised
dheerajturaga
left a comment
There was a problem hiding this comment.
Great! Thanks for addressing the concern!
Backport failed to create: v3-3-test. View the failure log Run detailsNote: As of Merging PRs targeted for Airflow 3.X In matter of doubt please ask in #release-management Slack channel.
You can attempt to backport this manually by running: cherry_picker d4a0861 v3-3-testThis should apply the commit to the v3-3-test branch and leave the commit in conflict state marking After you have resolved the conflicts, you can continue the backport process by running: cherry_picker --continueIf you don't have cherry-picker installed, see the installation guide. |
* add queue paarmeter to list-workers * refactor
|
This change is more appropriate for minor 3.4.0 |
airflow edge list-workers could filter by worker name and state, but not by queue. This adds a
-q/--queueflag that lists only workers serving a given queue (exact match).airflow edge list-workers --queue gpuWas generative AI tooling used to co-author this PR?