-
-
Notifications
You must be signed in to change notification settings - Fork 200
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
Whitespace in queues
configuration can cause issues.
#1351
Comments
GoodJob should be whitespace tolerant. I'm probably missing some
Also, I love how you've set up your queues 😍 Let me make a test case, but I think it needs more |
Unrelated: my one piece of feedback would be not to use the |
We had the following
queues
config for a worker:We observed that with this configuration,
workload_5m
jobs were never being worked. I removed all the spaces from the above configuration:Then the
workload_5m
jobs started getting picked up. So it seems like the space between the;
and the+workload_5m,
was causing an issue. I don't see it documented anywhere that whitespace is relevant, and indeed the readme even has several examples of whitespace being used in the queue configuration, so I suspect this is a bug.The text was updated successfully, but these errors were encountered: