diff options
author | ThibG <thib@sitedethib.com> | 2018-09-02 16:13:06 +0200 |
---|---|---|
committer | Eugen Rochko <eugen@zeonfederated.com> | 2018-09-02 16:13:06 +0200 |
commit | fdda332e4d749b7d0c39d0d5c4317c243b00e238 (patch) | |
tree | ba8120c6f64b176f34abdce9706c3f8be7a68bb2 /config | |
parent | 7c12c7b1246b991c68f4b51573538e02b3968beb (diff) |
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”
Diffstat (limited to 'config')
-rw-r--r-- | config/sidekiq.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/sidekiq.yml b/config/sidekiq.yml index 244e9ea48..59dfeaf97 100644 --- a/config/sidekiq.yml +++ b/config/sidekiq.yml @@ -3,8 +3,8 @@ :queues: - default - push - - pull - mailers + - pull :schedule: subscriptions_scheduler: cron: '<%= Random.rand(0..59) %> <%= Random.rand(4..6) %> * * *' |