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:
authorblackst0ne <blackst0ne.ru@gmail.com>2017-02-17 14:38:22 +0300
committerblackst0ne <blackst0ne.ru@gmail.com>2017-02-17 14:38:22 +0300
commitff7f74a2f602ec6d9877a1192864ca0693257672 (patch)
tree602aa90483a39f02b8a03667c46376a7b34b4d67 /config/sidekiq_queues.yml
parentb08be1659826ae3f0b645334e59f0a2861a709eb (diff)
Increase process_commit queue weight from 2 to 3
Diffstat (limited to 'config/sidekiq_queues.yml')
-rw-r--r--config/sidekiq_queues.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/config/sidekiq_queues.yml b/config/sidekiq_queues.yml
index 56bf4e6b1de..97620cc9c7f 100644
--- a/config/sidekiq_queues.yml
+++ b/config/sidekiq_queues.yml
@@ -21,7 +21,7 @@
- [post_receive, 5]
- [merge, 5]
- [update_merge_requests, 3]
- - [process_commit, 2]
+ - [process_commit, 3]
- [new_note, 2]
- [build, 2]
- [pipeline, 2]