RubyGems Navigation menu

resque-unique_at_runtime 2.0.3

Ensures that for a given queue, only one worker is working on a job at any given time. Example: require 'resque/plugins/unique_at_runtime' class StrictlySerialJob extend Resque::Plugins::UniqueAtRuntime @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. 4.0.1 - November 15, 2018 (15KB)
  2. 4.0.0 - November 15, 2018 (15KB)
  3. 3.0.2 - November 10, 2018 (15KB)
  4. 3.0.1 - November 10, 2018 (15KB)
  5. 3.0.0 - November 08, 2018 (15KB)
  6. 2.0.3 - November 17, 2017 (10.5KB)
全てのバージョンを表示(全10件)

Runtime依存関係 (1):

resque >= 1.2

Development依存関係 (4):

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

所有者:

作者:

  • Peter H. Boling, Jonathan R. Wallace

SHA 256チェックサム:

346c2e739cb3a4d3a2be4ff3fa8e13a8cb3c85f8db1fd85f2e25cad6e1cd34a7

累計ダウンロード数 59,541

このバージョンのみ 1,862

ライセンス:

MIT

必要なRubyのバージョン: >= 1.9.3

リンク: