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: 50,581 of 180,518
Downloads: 18,840

Daily

Ranking: 64,836 of 180,507
Downloads: 1

Depended by

RankDownloadsName

Depends on

RankDownloadsName

Owners

#GravatarHandle
1iconJasonMAdams