RubyGems Navigation menu

resque-lonely_job 1.0.0

Ensures that for a given queue, only one worker is working on a job at any given time. Example: require 'resque/plugins/lonely_job' class StrictlySerialJob extend Resque::Plugins::LonelyJob @queue = :serial_work def self.perform # only one at a time in this block, no parallelism allowed for this # particular queue end end

Gemfile:
= 复制到剪贴板 已复制!

安装:
=

版本列表:

  1. 1.1.3 - August 13, 2014 (10.0 KB)
  2. 1.0.2 - February 10, 2014 (9.5 KB)
  3. 1.0.1 - January 05, 2014 (9.5 KB)
  4. 1.0.0 - January 05, 2014 (9.0 KB)
  5. 0.0.4 - January 28, 2013 (8.0 KB)
显示所有版本 (共 8 个)

Runtime 依赖 (1):

resque < 1.25.0, >= 1.20.0

Development 依赖 (5):

debugger >= 0
mock_redis ~> 0.4.1
rake >= 0
rspec >= 0
timecop >= 0

业主:

作者:

  • Jonathan R. Wallace

SHA 256 校验和:

aeb264891fe36ff69dbd63554548f60b472bfd2b08a4ade854aedeced28a4efa

下载总量 273,676

这个版本 2,479

许可:

需要的 Ruby 版本:

链接: