RubyGems Navigation menu

resque-loner 0.1.3

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

Gemfile:
= 複製 已複製

安裝:
=

版本列表:

  1. 1.3.0 - March 24, 2014 (29.0 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.0 KB)
顯示所有版本(共 8)

Runtime 相依性套件 (1):

resque ~> 1.0

Development 相依性套件 (1):

rspec >= 0

擁有者:

作者:

  • Jannis Hermanns

SHA 256 checksum:

31624e120ff910e87ad85859adfa1c55460c2377ee5446849b94a7f7d86e49f9

總下載次數 1,934,400

這個版本 8,709

License:

Ruby 版本需求:

相關連結: