class ActiveJob::ConfiguredJob

def perform_now(*args)

def perform_now(*args)
  @job_class.new(*args).perform_now
end