resque-loner 1.3.0
Makes sure that for special jobs, there can be only one job with the same workload in one queue. Example: class CacheSweeper include Resque::Plugins::UniqueJob @queue = :cache_sweeps def self.perform(article_id) # Cache Me If You Can... end end
          Gemfile:
          =
        
        
          安裝:
          =
        
      Runtime 相依性套件 (1):
            resque
            ~> 1.0