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,104 of 188,742
Downloads: 87,104

Daily

Ranking: 10,326 of 188,718
Downloads: 83

Depended by

RankDownloadsName
30,69343,209resque-unique_by_arity

Depends on

RankDownloadsName
101,201,589,493rake
29940,867,791rspec
57636,329,410rubocop
74569,205,494pry
100434,468,697byebug
178262,145,416pry-byebug
188251,012,357rubocop-rspec
194244,852,869timecop
301154,575,020colorize
93650,041,378resque
1,55623,244,161fakeredis
9,184356,200rspec-stubbed_env
9,502332,086rspec-block_is_expected

Owners

#GravatarHandle
1iconpboling