mirror of
https://github.com/maybe-finance/maybe.git
synced 2025-07-24 15:49:39 +02:00
6 lines
135 B
YAML
6 lines
135 B
YAML
|
concurrency: <%= ENV.fetch("RAILS_MAX_THREADS") { 3 } %>
|
||
|
queues:
|
||
|
- [high_priority, 7]
|
||
|
- [medium_priority, 2]
|
||
|
- [low_priority, 1]
|