diff options
author | Grzegorz Bizon <grzesiek.bizon@gmail.com> | 2017-08-21 14:25:58 +0200 |
---|---|---|
committer | Grzegorz Bizon <grzesiek.bizon@gmail.com> | 2017-08-21 14:25:58 +0200 |
commit | 82056644d5c3be0b9cc4a268ff367944472bb11e (patch) | |
tree | d96f5e6b1fa48053bceacf24b45c54daccf36621 /config | |
parent | ad12ee2a78ed590194661b3d5365b0eaa14bff80 (diff) | |
download | gitlab-ce-82056644d5c3be0b9cc4a268ff367944472bb11e.tar.gz |
Adjust sidekiq queues weights in queues config file
Diffstat (limited to 'config')
-rw-r--r-- | config/sidekiq_queues.yml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/config/sidekiq_queues.yml b/config/sidekiq_queues.yml index 2eeb0762b76..24c001362c6 100644 --- a/config/sidekiq_queues.yml +++ b/config/sidekiq_queues.yml @@ -27,9 +27,9 @@ - [new_merge_request, 2] - [build, 2] - [pipeline, 2] - - [pipeline_processing, 2] - - [pipeline_default, 2] - - [pipeline_cache, 2] + - [pipeline_processing, 5] + - [pipeline_default, 3] + - [pipeline_cache, 3] - [pipeline_hooks, 2] - [gitlab_shell, 2] - [email_receiver, 2] |