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,276 of 187,967
Downloads: 1,240,762

Daily

Ranking: 6,440 of 187,960
Downloads: 209

Depended by

RankDownloadsName
21,95668,856activejob-lock
53,26620,339spree_batch_capture
81,16611,147km-db
146,0333,902resque-single

Depends on

RankDownloadsName

Owners

#GravatarHandle
1icondefunkt