Scaling up and sidekiq

Hi Folks,

So if I understand correctly I can scale the application tier of discourse, as long as I have shared storage or object storage configured, which is great.

My question is about sidekiq, if I increase the number of app servers do I need to increase the number of sidekiq servers or just stick with one that has plenty of resources?

Cheers

Ric

By default every new app server will have it’s own Sidekiq, so that will be taken care of for you.

For the sake of completeness, you also need a dedicated PostgreSQL and Redis for that.

2 Likes

Of course! I was just wondering if multiple sidekiq’s caused issues or not, but happy to scale both.

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.