RubyGems Navigation menu

resque-unique_at_runtime 4.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 include 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)
Voir toutes les versions (10)

Dépendances de Runtime (2):

colorize >= 0.8
resque >= 1.2

Dépendances de Development (11):

byebug ~> 10.0
fakeredis ~> 0.7
pry ~> 0.11
pry-byebug ~> 3.6
rake ~> 12.3
rspec >= 3.0
rubocop ~> 0.60
rubocop-rspec ~> 1.30
timecop >= 0

Propriétaires:

Auteurs:

  • Peter H. Boling, Jonathan R. Wallace

Total de contrôle SHA 256:

17a36952c1aedf7694c2882034d1f5afda83b2d4d844ab64ba60e267e930ba23

Total de téléchargements 59 544

Pour cette version 45 530

License:

MIT

Version de Ruby requise: >= 2.3.0

Liens: