Categories: None [Edit]

resque-unique_at_runtime

https://rubygems.org/gems/resque-unique_at_runtime
https://github.com/resque/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: 17,300 of 196,739
Downloads: 114,918

Daily

Ranking: 7,729 of 196,700
Downloads: 272

Depended by

RankDownloadsName
30,99446,252resque-unique_by_arity

Depends on

RankDownloadsName
81,409,078,892rake
291,017,300,652rspec
55743,300,520ruby-progressbar
200271,715,318timecop
359143,836,411bundler-audit
95554,561,818resque
1,59725,171,283fakeredis
3,1995,123,684anonymous_loader
8,396517,147rspec-block_is_expected
8,604488,765rspec-stubbed_env
12,604212,543appraisal2
13,154194,569kettle-dev
15,010149,690require_bench
15,758136,760stone_checksums
16,540124,517turbo_tests2
16,749121,611kettle-test
16,859120,277gitmoji-regex

Owners

#GravatarHandle
1iconpboling