module SidekiqScheduler::Schedule

def reload_schedule!

reloads the schedule from redis
def reload_schedule!
  @schedule = get_schedule
end