Hi!
Can someone explain to me how to spin up additional workers to clean up a sidekiq queue, please?
I have found an old topic but it does not work with current discourse distribution.
Thank you!
Hi!
Can someone explain to me how to spin up additional workers to clean up a sidekiq queue, please?
I have found an old topic but it does not work with current discourse distribution.
Thank you!
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.