Email or username:

Password:

Forgot your password?
Aurynn Shaw

If you're looking at Sidekiq scaling issues, this blog post talks about how you should scale by more Sidekiq processes, not more threads:

#mastoadmin

engineering.appfolio.com/appfo

2 comments
Aurynn Shaw

the TL;DR is that Sidekiq doesn't scale well beyond 25 threads, so you want more Sidekiq processes running about 25 threads.

#mastoadmin

Go Up