Categories: None [Edit]

resque-unique

https://rubygems.org/gems/resque-unique
https://github.com/ronny/resque-unique
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::Plugins::Unique def self.perform(repo_id) heavy_lifting end end

Total

Ranking: 101,246 of 190,901
Downloads: 8,040

Daily

Ranking: 123,501 of 190,870
Downloads: 1

Depended by

RankDownloadsName

Depends on

RankDownloadsName

Owners

#GravatarHandle
1iconrhar