Add environment variable to configure sidekiq concurrency (#19589)

Co-authored-by: Effy Elden <effy@effy.space>
This commit is contained in:
Colin Mitchell
2022-12-15 10:38:37 -05:00
committed by GitHub
parent 72a8af8088
commit 22e36271c5

View File

@ -1,5 +1,5 @@
---
:concurrency: 5
:concurrency: <%= ENV.fetch('SIDEKIQ_CONCURRENCY', 5) %>
:queues:
- [default, 8]
- [push, 6]