RubyGems.org

Normally resque processes queues in a fixed order. This can lead to jobs in queues at the end of the list not getting process for very long periods. resque-fairly provides a mechanism where by workers are distributed across the set of queues with pending jobs fairly. This results in a much more predictable mean time to handling for jobs in queues that are not the first in the list.

installgem install resque-fairly
Authors

Peter Williams

7,163 total downloads 3,274 for this version
Owners

F38112009dc16547051c8ac246cee443C0a77a40a22b1c40c3a83e6e0c2840be

Gemfile
gem "resque-fairly", "~> 1.1.0"
Versions
  1. 1.1.0 March 4, 2011
  2. 1.0.1 August 23, 2010
  3. 1.0.0 August 22, 2010
Runtime Dependencies
  1. resque ~> 1.0
Development Dependencies
  1. rspec >= 1.2.9