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

Better handling of queue tags (strict queue tags and case insensitivity) #835

Merged
merged 2 commits into from
May 16, 2024

Conversation

bennybp
Copy link
Contributor

@bennybp bennybp commented May 16, 2024

Description

Some improvement to queue tags

  • Fix bug where upper case tags in a manager config are ignored by the server (reported by @hjnpark)
  • Add strict_queue_tags option. Enabling this option disables the wildcard-pulling behavior of manager ; managers that specify '*' as a queue tag will then only pull tasks marked with the '*' queue tag (requested by @peastman)

Changelog description

Better handling of queue tags (strict queue tags and case insensitivity)

Status

  • Code base linted
  • Ready to go

@bennybp bennybp merged commit a87767a into main May 16, 2024
16 of 17 checks passed
@bennybp bennybp deleted the queue_tags branch May 16, 2024 15:53
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

Successfully merging this pull request may close these issues.

1 participant