module ActiveJob::Instrumentation

def _perform_job

def _perform_job
  instrument(:perform_start)
  super
end