Add environment variable to configure sidekiq concurrency (#19589)
Co-authored-by: Effy Elden <effy@effy.space>lolsob-rspec
parent
691a69adf5
commit
017ec81873
|
@ -1,5 +1,5 @@
|
||||||
---
|
---
|
||||||
:concurrency: 5
|
:concurrency: <%= ENV.fetch('SIDEKIQ_CONCURRENCY', 5) %>
|
||||||
:queues:
|
:queues:
|
||||||
- [default, 8]
|
- [default, 8]
|
||||||
- [push, 6]
|
- [push, 6]
|
||||||
|
|
Loading…
Reference in New Issue