chore: split queues between workers
This commit is contained in:
@@ -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:
|
||||
|
||||
@@ -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
|
||||
Reference in New Issue
Block a user