I'm wondering how to efficiently scale sidekiq on my server.
The author says he uses 6 sidekiq processes, each with concurrency set to 25. He also suggests trying concurrency of 50 if you have heavy I/O.
What's the difference between adding more processes or increasing concurrency? Which is better for helping my app process more jobs faster?