If you're looking at Sidekiq scaling issues, this blog post talks about how you should scale by more Sidekiq processes, not more threads:
If you're looking at Sidekiq scaling issues, this blog post talks about how you should scale by more Sidekiq processes, not more threads: 2 comments
|
the TL;DR is that Sidekiq doesn't scale well beyond 25 threads, so you want more Sidekiq processes running about 25 threads.
#mastoadmin