RubyGems Navigation menu

resque-lonely_job 1.1.3

Ensures that for a given queue, only one worker is working on a job at any given time. Example: require 'resque/plugins/lonely_job' class StrictlySerialJob extend Resque::Plugins::LonelyJob @queue = :serial_work def self.perform # only one at a time in this block, no parallelism allowed for this # particular queue end end

Gemfile:
= In die Zwischenablage kopieren Kopiert!

installieren:
=

Versionen:

  1. 1.1.3 - August 13, 2014 (10 KB)
  2. 1.0.2 - February 10, 2014 (9,5 KB)
  3. 1.0.1 - January 05, 2014 (9,5 KB)
  4. 1.0.0 - January 05, 2014 (9 KB)
  5. 0.0.4 - January 28, 2013 (8 KB)
Zeige alle Versionen (8 total)

Runtime Abhängigkeiten (1):

resque >= 1.2

Development Abhängigkeiten (4):

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

Besitzer:

Autoren:

  • Jonathan R. Wallace

SHA 256-Prüfsumme:

b646cd9a872a45cdca41d0179d25d34e4fa03ede28587a948a1346c80761e7e9

Downloads insgesamt 271.961

Für diese Version 177.229

Lizenz:

MIT

Erforderliche Ruby-Version: >= 0

Links: