# Increase the number of Sidekiq processes temporarily

**URL:** https://meta.discourse.org/t/increase-the-number-of-sidekiq-processes-temporarily/29844
**Category:** Support
**Created:** [10 ביוני,‏ 2015,‏ 1:34pm UTC](https://meta.discourse.org/t/increase-the-number-of-sidekiq-processes-temporarily/29844 "2015-06-10T13:34:49Z")
**Posts on this page:** 5
**Page:** 1

<div class="post-metadata">

### Author: ![cyborg](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/cyborg/32/116226_2.png) [@cyborg](https://meta.discourse.org/u/cyborg)
#### Post date: [10 ביוני,‏ 2015,‏ 1:34pm UTC](https://meta.discourse.org/t/increase-the-number-of-sidekiq-processes-temporarily/29844/1 "2015-06-10T13:34:49Z")

</div>

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?

---

<div class="post-metadata">

### Author: ![zogstrip](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/zogstrip/32/512781_2.png) [@zogstrip](https://meta.discourse.org/u/zogstrip)
#### Post date: [10 ביוני,‏ 2015,‏ 2:11pm UTC](https://meta.discourse.org/t/increase-the-number-of-sidekiq-processes-temporarily/29844/2 "2015-06-10T14:11:27Z")

</div>

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

It’ll work.

---

<div class="post-metadata">

### Author: ![sam](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/sam/32/102149_2.png) [@sam](https://meta.discourse.org/u/sam)
#### Post date: [10 ביוני,‏ 2015,‏ 3:21pm UTC](https://meta.discourse.org/t/increase-the-number-of-sidekiq-processes-temporarily/29844/3 "2015-06-10T15:21:19Z")

</div>



---

<div class="post-metadata">

### Author: ![riking](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/riking/32/170938_2.png) [@riking](https://meta.discourse.org/u/riking)
#### Post date: [12 ביוני,‏ 2015,‏ 5:43am UTC](https://meta.discourse.org/t/increase-the-number-of-sidekiq-processes-temporarily/29844/4 "2015-06-12T05:43:49Z")

</div>

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.

---

<div class="post-metadata">

### Author: ![sam](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/sam/32/102149_2.png) [@sam](https://meta.discourse.org/u/sam)
#### Post date: [12 ביוני,‏ 2015,‏ 9:18am UTC](https://meta.discourse.org/t/increase-the-number-of-sidekiq-processes-temporarily/29844/5 "2015-06-12T09:18:12Z")

</div>

Yes, both points are correct
