Sidekiq Pro feature that groups many workers into a single batch and fires a callback when all jobs in the batch have finished. Used in the wroclove.rb 2022 lightning talk to parallelize per-row processing of a large file, with each worker writing its result to Redis under a sequence key so a final callback worker can assemble the output file in order.