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,264 of 187,591
Downloads: 1,231,026

Daily

Ranking: 5,077 of 187,571
Downloads: 361

Depended by

RankDownloadsName
21,84368,793activejob-lock
53,11920,269spree_batch_capture
81,18811,065km-db
146,1273,869resque-single

Depends on

RankDownloadsName

Owners

#GravatarHandle
1icondefunkt