RubyGems Navigation menu

resque-unique_at_runtime 2.0.4

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

installation:
=

Versions:

  1. 4.0.1 - November 15, 2018 (15 ko)
  2. 4.0.0 - November 15, 2018 (15 ko)
  3. 3.0.2 - November 10, 2018 (15 ko)
  4. 3.0.1 - November 10, 2018 (15 ko)
  5. 3.0.0 - November 08, 2018 (15 ko)
  6. 2.0.4 - September 10, 2018 (13,5 ko)
Voir toutes les versions (10)

Dépendances de Runtime (1):

resque >= 1.2

Dépendances de Development (4):

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

Propriétaires:

Auteurs:

  • Peter H. Boling, Jonathan R. Wallace

Total de contrôle SHA 256:

670725322825d95fb34ccd5fe2935b2517928c18b014593c3d5df37e39e559ae

Total de téléchargements 59 968

Pour cette version 1 547

License:

MIT

Version de Ruby requise: >= 1.9.3

Liens: