Increase the number of Sidekiq processes temporarily

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?

1 Like

Why don’t you try it and see how it goes? :wink:

It’ll work.

1 Like

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.

3 Likes

Yes, both points are correct

1 Like