When we tried to scale up, the Sidekiq workers were not maximized and it seemed like there's a bottleneck in the grouping process. Is this expected? My configuration: ```ruby grouping: :poll_interval: 1 # Amount of time between polling batches :max_batch_size: 100 # Maximum batch size allowed :lock_ttl: 1 # Batch queue flush lock timeout job enqueues ```