-
Notifications
You must be signed in to change notification settings - Fork 897
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
Find_by_queue_name expects a string as queue_name. #16359
Find_by_queue_name expects a string as queue_name. #16359
Conversation
Multi EMS Workers' queue_names are arrays. to_s converts the array to a string.
@miq-bot add_label bug |
@miq-bot add_label core/workers |
@Fryguy I can't believe, I went on a wild goose chase to solve this. First "fixing" it in the Amazon Provider, then trying a few other things in the |
Adding a provider and seeing the workers spawn up
|
@miq-bot add_label gaprindashvili/yes |
Checked commit juliancheal@32d8b5e with ruby 2.3.3, rubocop 0.47.1, and haml-lint 0.20.0 app/models/mixins/per_ems_worker_mixin.rb
|
Don't blame me |
…kers Find_by_queue_name expects a string as queue_name. (cherry picked from commit 4fd6cfb)
Gaprindashvili backport details:
|
Multi EMS Workers' queue_names are arrays.
to_s converts the array to a string.