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.
2 parents 82e590e + 7690038 commit 576fbd1Copy full SHA for 576fbd1
lib/resque/plugins/round_robin/round_robin.rb
@@ -46,6 +46,8 @@ def reserve_with_round_robin
46
log! "Found job on #{queue}"
47
return job
48
end
49
+ # Start the next search at the queue after the one from which we pick a job.
50
+ @n += 1
51
52
53
nil
lib/resque/plugins/round_robin/version.rb
@@ -1,7 +1,7 @@
1
module Resque
2
module Plugins
3
module RoundRobin
4
- VERSION = "0.1.3"
+ VERSION = "0.1.4"
5
6
7
0 commit comments