Skip to content

Commit d073ea5

Browse files
committed
some bugs are just so dumb you have to laugh
1 parent 72a4637 commit d073ea5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/resque/plugins/round_robin/round_robin.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,9 +39,9 @@ def should_work_on_queue? queuename
3939
return false
4040
end
4141

42-
# $stderr.puts "working on queue, python queue is small. (I have #{queues.size} queues)"
42+
# $stderr.puts "working on queue #{queuename}, python queue is small. (I have #{queues.size} queues)"
4343

44-
return true if not ['replays-low, replays-high'].include?(queuename)
44+
return true if not ['replays-low', 'replays-high'].include?(queuename)
4545
end
4646

4747
# if any of our queues are wildcarded, then we want to round robin among them

0 commit comments

Comments
 (0)