Categories: None [Edit]

resque-retry-on-lock

https://rubygems.org/gems/resque-retry-on-lock
https://github.com/jonstorer/resque-retry-on-lock
A Resque plugin. If you want only one instance of your job running at a time, but want to re-enqueue rejected jobs, extend it with this module. For example: class UpdateNetworkGraph extend Resque::Jobs::RetryOnLocked def self.perform(repo_id) heavy_lifting end end

Total

Ranking: 95,226 of 180,534
Downloads: 7,494

Daily

Ranking: 102,580 of 180,529
Downloads: 0

Depended by

RankDownloadsName

Depends on

RankDownloadsName

Owners

#GravatarHandle
1iconjonstorer