class GetRemoteAnnouncement @queue = :high def self.perform() %x(ruby "#{Rails.root}/lib/remote_announcement.rb") end end