module ActiveJob::Instrumentation

def perform_now

def perform_now
  instrument(:perform) { super }
end