class Sidekiq::Processor

def handle_fetch_exception(ex)

def handle_fetch_exception(ex)
  unless @down
    @down = ::Process.clock_gettime(::Process::CLOCK_MONOTONIC)
    handle_exception(ex)
  end
  sleep(1)
  nil
end