Add environment variable to configure sidekiq concurrency (#19589)

Co-authored-by: Effy Elden <effy@effy.space>
local
Colin Mitchell 1 year ago committed by GitHub
parent 72a8af8088
commit 22e36271c5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      config/sidekiq.yml

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

Loading…
Cancel
Save