class Resque::Plugins::Fifo::Queue::DrainWorker

Public Class Methods

perform() click to toggle source
# File lib/resque/plugins/fifo/queue/drain_worker.rb, line 6
def self.perform
  Resque::Plugins::Fifo::Queue::Manager.new.update_workers
end