chore: split queues between workers

This commit is contained in:
Vishnu Narayanan
2024-11-25 17:43:24 +05:30
parent 926aa8559d
commit b7cedb673e
2 changed files with 6 additions and 7 deletions
+1 -6
View File
@@ -18,14 +18,9 @@
- critical
- high
- medium
- default
- mailers
- default
- action_mailbox_routing
- low
- async_database_migration
- active_storage_analysis
- active_storage_purge
- action_mailbox_incineration
# you can override concurrency based on environment
production:
+5 -1
View File
@@ -16,4 +16,8 @@
# if there are no jobs in higher ranking queues.
:queues:
- scheduled_jobs
- mailers
- async_database_migration
- active_storage_analysis
- active_storage_purge
- action_mailbox_incineration