RubyGems Navigation menu

resque-queue-lock 0.0.1

A Resque plugin. If you want only one instance of your job queued at a time, extend it with this module. For example: class ExampleJob extend Resque::Jobs::Queue::Lock def self.perform(repo_id) heavy_lifting end end

Gemfile:
= 複製 已複製

安裝:
=

版本列表:

  1. 0.0.1 - January 03, 2013 (5.0 KB)

Runtime 相依性套件 (1):

resque >= 0

Development 相依性套件 (3):

rake >= 0
rspec ~> 2.12.0
test-unit >= 0

擁有者:

作者:

  • Mike Nicholaides, Jason Garber

SHA 256 總和檢查碼:

= 複製 已複製

總下載次數 193,133

這個版本 193,133

授權:

Ruby 版本需求:

相關連結: