Hello,
How could I increase the number of sidekiq processes in order to clearup a queue faster? I have plenty memory not used and CPU for this purpose.
Would adding UNICORN_SIDEKIQS=5
to the app.yml work?
Hello,
How could I increase the number of sidekiq processes in order to clearup a queue faster? I have plenty memory not used and CPU for this purpose.
Would adding UNICORN_SIDEKIQS=5
to the app.yml work?
Why don’t you try it and see how it goes?
It’ll work.
And this is an env
setting, so it will only require a ./launcher restart app
, instead of a full rebuild, correct? And you can change it back when the queue is done.
Yes, both points are correct