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 576fbd1 commit d47fcd4Copy full SHA for d47fcd4
README.md
@@ -3,7 +3,8 @@ Resque-round-robin
3
4
A plugin for Resque that implements round-robin behavior for workers.
5
6
-resque-dynamic-queues is a pre-requisite, as is Resque 1.19
+resque-dynamic-queues is a pre-requisite, as is Resque 1.19 or higher
7
+(now tested up to 1.21)
8
9
The standard behavior for Resque workers is to pull a job off a queue,
10
and continue until the queue is empty. Once empty, the worker moves
0 commit comments