class ActiveJob::QueueAdapters::SuckerPunchAdapter

def check_adapter

def check_adapter
  ActiveJob.deprecator.warn <<~MSG.squish
    The `sucker_punch` adapter is deprecated and will be removed in Rails 8.1.
    Please use the `async` adapter instead.
  MSG
end