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,372 of 187,435
Downloads: 20,606

Daily

Ranking: 31,410 of 187,414
Downloads: 11

Depended by

RankDownloadsName

Depends on

RankDownloadsName

Owners

#GravatarHandle
1iconJasonMAdams