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,238 of 186,715
Downloads: 1,204,450

Daily

Ranking: 7,880 of 186,700
Downloads: 195

Depended by

RankDownloadsName
21,49668,585activejob-lock
53,04319,693spree_batch_capture
81,04010,758km-db
146,9563,704resque-single

Depends on

RankDownloadsName

Owners

#GravatarHandle
1icondefunkt