RubyGems Navigation menu

resque-lonely_job 1.0.1

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 (10KB)
  2. 1.0.2 - February 10, 2014 (9.5KB)
  3. 1.0.1 - January 05, 2014 (9.5KB)
  4. 1.0.0 - January 05, 2014 (9KB)
  5. 0.0.4 - January 28, 2013 (8KB)
全てのバージョンを表示(全8件)

Runtime依存関係 (1):

resque >= 1.2

Development依存関係 (4):

mock_redis >= 0
rake >= 0
rspec >= 0
timecop >= 0

所有者:

作者:

  • Jonathan R. Wallace

SHA 256チェックサム:

a0d9a05723a7df466744f9cf666e2ee8f39c0044b982fd7f52d7c0ce3bbd3a2f

累計ダウンロード数 272,392

このバージョンのみ 2,871

ライセンス:

N/A

必要なRubyのバージョン: なし

リンク: