Categories: None [Edit]

resque-unique_at_runtime

https://rubygems.org/gems/resque-unique_at_runtime
https://github.com/pboling/resque-unique_at_runtime
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

Total

Ranking: 19,165 of 188,354
Downloads: 86,034

Daily

Ranking: 12,325 of 188,339
Downloads: 64

Depended by

RankDownloadsName
30,81942,729resque-unique_by_arity

Depends on

RankDownloadsName
101,192,295,793rake
29936,893,351rspec
57630,413,506rubocop
74565,893,447pry
100432,188,779byebug
176260,795,273pry-byebug
188249,016,698rubocop-rspec
192243,548,653timecop
300153,846,894colorize
93549,710,550resque
1,55223,133,536fakeredis
9,193351,114rspec-stubbed_env
9,686316,881rspec-block_is_expected

Owners

#GravatarHandle
1iconpboling