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: 52,477 of 187,816
Downloads: 20,686

Daily

Ranking: 39,044 of 187,804
Downloads: 4

Depended by

RankDownloadsName

Depends on

RankDownloadsName

Owners

#GravatarHandle
1iconJasonMAdams