RubyGems Navigation menu

resque-workers-lock 1.0.0

A Resque plugin. If you want to prevent specific jobs to be processed simultaneously, extend it with this module. It locks on the first argument in the perform method. For example: class Scraper extend Resque::Plugins::Workers::Lock def self.lock(domain) return domain end def self.perform(domain) # do the work end end

Gemfile:
= クリップボードにコピー コピー完了!

インストール:
=

バージョン履歴:

  1. 3.0.0 - February 14, 2024 (8.5KB)
  2. 2.0.1 - February 19, 2016 (8.5KB)
  3. 2.0.0 - May 30, 2014 (8.5KB)
  4. 1.9 - May 27, 2013 (7KB)
  5. 1.8 - February 04, 2013 (7KB)
  6. 1.0.0 - July 23, 2012 (6KB)
全てのバージョンを表示(全21件)

Runtime依存関係 (1):

resque >= 0

Development依存関係 (2):

rake >= 0
turn >= 0

所有者:

作者:

  • Bart Olsthoorn

SHA 256チェックサム:

a07e3824684ce4cc3c934c93c6faf3bf72283818577b2bd9a1266156b0922462

累計ダウンロード数 1,770,966

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

ライセンス:

N/A

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

リンク: