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

Feature: Respect default Resque Wildcard #8

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

JoeMcB
Copy link

@JoeMcB JoeMcB commented Feb 6, 2015

I noticed this gem was not properly handling Resque's wildcard priority system. For example, QUEUE="high,medium,*,superlow was attempting to read the * as a wildcard pattern in the vein of *high instead of priortizing high, medium, all other queues before superlow, and super low. I've updated the pattern regex to only match a wildcard before or after a alphanumeric/dash/underscore pattern. There's also a test for this.

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