Categories: None [Edit]

ealdent-resque-lock

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

Total

Ranking: 54,668 of 196,591
Downloads: 21,338

Daily

Ranking: 64,132 of 196,549
Downloads: 0

Depended by

RankDownloadsName

Depends on

RankDownloadsName

Owners

#GravatarHandle
1iconJasonMAdams