RubyGems Navigation menu

resque-worker-timeout 0.0.2

A Resque plugin. If you want set worker timeout, extend it with this module. For example: class TransferFileWorker extend Resque::Plugins::WorkerTimeout # 10 minutes (default 10 minutes) @timeout = 600 # reenqueue worker if timeout happend (default false) @reenqueue_worker = true def self.perform(file_name) # transfer file end end

Gemfile:
=

安裝:
=

版本列表:

  1. 0.0.2 May 16, 2015 (7.0 KB)
  2. 0.0.1 May 16, 2015 (7.0 KB)

擁有者:

作者:

  • Grant Chen

SHA 256 總和檢查碼:

=

總下載次數 13,536

這個版本 11,396

版本发布:

授權:

Ruby 版本需求: >= 0

相關連結: