Update docker config and move some workers to different queues (#8345)
* Reorder docker-compose's sidekiq queues to match config/sidekiq.yml * Make the ̀“mailers” queue higher priority than “pull”
This commit is contained in:
@ -3,8 +3,8 @@
|
||||
:queues:
|
||||
- default
|
||||
- push
|
||||
- pull
|
||||
- mailers
|
||||
- pull
|
||||
:schedule:
|
||||
subscriptions_scheduler:
|
||||
cron: '<%= Random.rand(0..59) %> <%= Random.rand(4..6) %> * * *'
|
||||
|
Reference in New Issue
Block a user