Skip to content
Snippets Groups Projects
Unverified Commit 22e36271 authored by Colin Mitchell's avatar Colin Mitchell Committed by GitHub
Browse files

Add environment variable to configure sidekiq concurrency (#19589)


Co-authored-by: default avatarEffy Elden <effy@effy.space>
parent 72a8af80
No related branches found
No related tags found
No related merge requests found
---
:concurrency: 5
:concurrency: <%= ENV.fetch('SIDEKIQ_CONCURRENCY', 5) %>
:queues:
- [default, 8]
- [push, 6]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment