Categories: None [Edit]

resque-lock

https://rubygems.org/gems/resque-lock
https://github.com/defunkt/resque-lock
A Resque plugin. If you want only one instance of your job queued at a time, extend it with this module. For example: class UpdateNetworkGraph extend Resque::Jobs::Locked def self.perform(repo_id) heavy_lifting end end

Total

Ranking: 5,345 of 195,762
Downloads: 1,402,711

Daily

Ranking: 5,485 of 195,747
Downloads: 493

Depended by

RankDownloadsName
23,36369,353activejob-lock
54,63021,230spree_batch_capture
82,58011,715km-db
145,9474,232resque-single

Depends on

RankDownloadsName

Owners

#GravatarHandle
1icondefunkt