mirror of
https://github.com/we-promise/sure.git
synced 2026-04-07 14:31:25 +00:00
7 lines
152 B
YAML
7 lines
152 B
YAML
concurrency: <%= ENV.fetch("RAILS_MAX_THREADS") { 3 } %>
|
|
queues:
|
|
- [high_priority, 6]
|
|
- [medium_priority, 2]
|
|
- [low_priority, 1]
|
|
- [default, 1]
|