RubyGems Navigation menu

resque-unique_at_runtime 4.0.0

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:
= Copiar al portapapeles ¡Copiado!

instalar:
=

Versiones:

  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)
Mostrar todas las versiones (10 total)

dependencias de Runtime (2):

colorize ~> 0.8
resque >= 1.2

dependencias de Development (10):

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

Propietarios:

Autores:

  • Peter H. Boling, Jonathan R. Wallace

SHA 256 checksum:

bb3fc2c3311d40abe25aff12c1eb4167071943cea5d881bbee53fd0c6e1f6d71

Total de descargas 59.637

Para esta versión 1.431

Licencia:

MIT

Versión de Ruby requerida: >= 2.3

Enlace: