class CreateHourlySubWorker
  include Sidekiq::Worker
  def perform(ust_f,zone_name)
  	PresenceAnalytic.horst_hourly(ust_f,aps_zone)
  end
end