Simplest way is rebuilding Discourse with
env:
UNICORN_SIDEKIQS: 8
this will start 8 sidekiqs
Don’t add 2 env
sections to your app.yml
just add the line to existing section.
Simplest way is rebuilding Discourse with
env:
UNICORN_SIDEKIQS: 8
this will start 8 sidekiqs
Don’t add 2 env
sections to your app.yml
just add the line to existing section.