class Sidekiq::TransactionAwareClient

def batching?

def batching?
  Thread.current[:sidekiq_batch]
end