We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 72a4637 commit d073ea5Copy full SHA for d073ea5
lib/resque/plugins/round_robin/round_robin.rb
@@ -39,9 +39,9 @@ def should_work_on_queue? queuename
39
return false
40
end
41
42
-# $stderr.puts "working on queue, python queue is small. (I have #{queues.size} queues)"
+ # $stderr.puts "working on queue #{queuename}, python queue is small. (I have #{queues.size} queues)"
43
44
- return true if not ['replays-low, replays-high'].include?(queuename)
+ return true if not ['replays-low', 'replays-high'].include?(queuename)
45
46
47
# if any of our queues are wildcarded, then we want to round robin among them
0 commit comments