class Sidekiq::Scheduler

def enqueue_with_active_job(config)

def enqueue_with_active_job(config)
  # TODO Does ActiveJob really need to get the config data in the `enqueue` call?
  initialize_active_job(config['class'], config['args']).enqueue(sanitize_job_config(config))
end