RubyGems Navigation menu

resque-unique_at_runtime 2.0.0

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 (15.0 KB)
  2. 4.0.0 - November 15, 2018 (15.0 KB)
  3. 3.0.2 - November 10, 2018 (15.0 KB)
  4. 3.0.1 - November 10, 2018 (15.0 KB)
  5. 3.0.0 - November 08, 2018 (15.0 KB)
  6. 2.0.0 - October 01, 2017 (10.0 KB)
顯示所有版本(共 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 總和檢查碼:

01a05b69575b12ff3ef74b91949d68f67a9bc4f6ba8eea2f511f079dfbd26749

總下載次數 63,182

這個版本 1,587

授權:

MIT

Ruby 版本需求: >= 0

相關連結: