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 d073ea5 commit 3d5f602Copy full SHA for 3d5f602
lib/resque/plugins/round_robin/round_robin.rb
@@ -34,7 +34,7 @@ def should_work_on_queue? queuename
34
# Ive been fighting to get this to round-robining system to work
35
# for five hours now. If you hate this, you can fix it.
36
#
37
- if Resque.size("python") > 2
+ if Resque.size("python") > 8
38
# $stderr.puts "not working on queue, python queue too big. (I have #{queues.size} queues)"
39
return false
40
end
0 commit comments