Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bottleneck before re-queueing (Sidekiq::Client.push) because of @redis.lock? #40

Open
katpadi opened this issue Nov 26, 2020 · 1 comment

Comments

@katpadi
Copy link

katpadi commented Nov 26, 2020

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:

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
@katpadi katpadi changed the title Batch/Group does not maximize # of workers? Bottleneck before re-queueing (Sidekiq::Client.push) because of @redis.lock? Nov 26, 2020
@giovannelli
Copy link

Hi @katpadi,
we are experiencing the same issue, the grouping queue seems to be slow, I added a lot more Sidekiq processes listening on empty queues to leave room to the grouping poller, but with no luck.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants