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: 4,875 of 180,518
Downloads: 1,066,696

Daily

Ranking: 5,644 of 180,507
Downloads: 373

Depended by

RankDownloadsName
19,62168,020activejob-lock
51,19318,538spree_batch_capture
79,5199,979km-db
144,1813,453resque-single

Depends on

RankDownloadsName

Owners

#GravatarHandle
1icondefunkt