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:
=

install:
=

Versions:

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

Owners:

Authors:

  • Grant Chen

SHA 256 checksum:

=

Total downloads 13,536

For this version 11,396

Version Released:

Licenses:

N/A

Required Ruby Version: >= 0

Links: