RubyGems Navigation menu

resque-lonely_job 0.0.2

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:
= Copier Copié!

installation:
=

Versions:

  1. 1.1.3 - August 13, 2014 (10 ko)
  2. 1.0.2 - February 10, 2014 (9,5 ko)
  3. 1.0.1 - January 05, 2014 (9,5 ko)
  4. 1.0.0 - January 05, 2014 (9 ko)
  5. 0.0.4 - January 28, 2013 (8 ko)
  6. 0.0.2 - May 24, 2012 (7,5 ko)
Voir toutes les versions (8)

Dépendances de Runtime (2):

mock_redis ~> 0.4.1
resque ~> 1.20.0

Dépendances de Development (2):

rake >= 0
rspec >= 0

Propriétaires:

Auteurs:

  • Jonathan R. Wallace

Total de contrôle SHA 256:

2e6dcc6791f003eee8d1d250f49916754f8114622c38ebe8aea812ad399c1226

Total de téléchargements 272 874

Pour cette version 2 913

License:

aucune

Version de Ruby requise: None

Liens: