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: 4,986 of 183,139
Downloads: 1,132,184

Daily

Ranking: 5,506 of 183,127
Downloads: 223

Depended by

RankDownloadsName
20,46868,292activejob-lock
51,84719,135spree_batch_capture
79,90910,383km-db
145,6233,557resque-single

Depends on

RankDownloadsName

Owners

#GravatarHandle
1icondefunkt