RubyGems Navigation menu

resque-loner 1.3.0

Makes sure that for special jobs, there can be only one job with the same workload in one queue. Example: class CacheSweeper include Resque::Plugins::UniqueJob @queue = :cache_sweeps def self.perform(article_id) # Cache Me If You Can... end end

Gemfile:
=

install:
=

Versions:

  1. 1.3.0 March 24, 2014 (29 KB)
  2. 1.2.1 April 27, 2012 (23.5 KB)
  3. 1.2.0 January 11, 2012 (23.5 KB)
  4. 1.0.1 July 15, 2011 (7.5 KB)
  5. 0.1.3 November 19, 2010 (7 KB)
Show all versions (8 total)

Runtime Dependencies (1):

resque ~> 1.0

Development Dependencies (10):

airbrake >= 0
i18n >= 0
mocha >= 0
mock_redis >= 0
rack-test >= 0
rake >= 0
rspec >= 0
rubocop >= 0
simplecov >= 0
yajl-ruby >= 0

Owners:

Authors:

  • Jannis Hermanns

SHA 256 checksum:

=

Total downloads 2,119,469

For this version 1,777,411

Version Released:

License:

MIT

Required Ruby Version: >= 0

Links: