class RestartServer @queue = :high def self.perform() temp_directory = "#{Rails.root}/tmp/" %x[touch #{temp_directory}restart.txt ] end end