class Sidekiq::TransactionAwareClient

def push_bulk(items)

a long running enqueue process.
to hold potentially hundreds of thousands of job records in memory due to
We don't provide transactionality for push_bulk because we don't want
#
def push_bulk(items)
  @redis_client.push_bulk(items)
end