Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGrzegorz Bizon <grzesiek.bizon@gmail.com>2017-08-21 15:25:58 +0300
committerGrzegorz Bizon <grzesiek.bizon@gmail.com>2017-08-21 15:25:58 +0300
commit82056644d5c3be0b9cc4a268ff367944472bb11e (patch)
treed96f5e6b1fa48053bceacf24b45c54daccf36621 /config/sidekiq_queues.yml
parentad12ee2a78ed590194661b3d5365b0eaa14bff80 (diff)
Adjust sidekiq queues weights in queues config file
Diffstat (limited to 'config/sidekiq_queues.yml')
-rw-r--r--config/sidekiq_queues.yml6
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]