class Sidekiq::Scheduler

def next_times_key


Returns the key of the Redis hash for job's execution times hash
def next_times_key
  'sidekiq-scheduler:next_times'
end