resque-loner 0.1.1
Makes sure that for special jobs, there can be only one job with the same workload in one queue. Example: class CacheSweeper < Resque::Plugins::Loner::UniqueJob @queue = :cache_sweeps def self.perform(article_id) # Cache Me If You Can... end end
Gemfile:
=
install:
=
Development Dependencies (1):
rspec
>= 0