module ActiveJob::Instrumentation

def halted_callback_hook(*)

def halted_callback_hook(*)
  super
  @_halted_callback_hook_called = true
end