Add environment variable to configure sidekiq concurrency (#19589)
Co-authored-by: Effy Elden <[email protected]>
This commit is contained in:
co-authored by
Effy Elden
parent
72a8af8088
commit
22e36271c5
+1
-1
@@ -1,5 +1,5 @@
|
||||
---
|
||||
:concurrency: 5
|
||||
:concurrency: <%= ENV.fetch('SIDEKIQ_CONCURRENCY', 5) %>
|
||||
:queues:
|
||||
- [default, 8]
|
||||
- [push, 6]
|
||||
|
||||
Reference in New Issue
Block a user