RubyGems Navigation menu

resque-unique_at_runtime 2.0.1

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:
= Copy to clipboard Copied!

install:
=

Versions:

  1. 4.0.1 - November 15, 2018 (15 KB)
  2. 4.0.0 - November 15, 2018 (15 KB)
  3. 3.0.2 - November 10, 2018 (15 KB)
  4. 3.0.1 - November 10, 2018 (15 KB)
  5. 3.0.0 - November 08, 2018 (15 KB)
  6. 2.0.1 - October 01, 2017 (10 KB)
Show all versions (10 total)

Runtime Dependencies (1):

resque >= 1.2

Development Dependencies (4):

mock_redis >= 0
rake >= 0
rspec >= 3.0
timecop >= 0

Owners:

Authors:

  • Peter H. Boling, Jonathan R. Wallace

SHA 256 checksum:

d94213d7ac5b42a8989f043f3a768635304e9d6302cc106f7652eeedd29e65f0

Total downloads 59,636

For this version 1,755

License:

MIT

Required Ruby Version: >= 1.9.3

Links: