mirror of
https://github.com/maybe-finance/maybe.git
synced 2025-08-04 21:15:19 +02:00
Add default queue as fallback
This commit is contained in:
parent
1061aacb0f
commit
67716f3006
1 changed files with 2 additions and 1 deletions
|
@ -1,5 +1,6 @@
|
|||
concurrency: <%= ENV.fetch("RAILS_MAX_THREADS") { 3 } %>
|
||||
queues:
|
||||
- [high_priority, 7]
|
||||
- [high_priority, 6]
|
||||
- [medium_priority, 2]
|
||||
- [low_priority, 1]
|
||||
- [default, 1]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue