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:02:20 +0300
committerGrzegorz Bizon <grzesiek.bizon@gmail.com>2017-08-21 15:02:20 +0300
commit8417507201809daf0554c13ffb695b8142274f4f (patch)
treec0ae17734618c02eec7861aa85abc53a83a22e7e /config/sidekiq_queues.yml
parent48776f2786d22cecab97417141d43060c6cdee26 (diff)
Assign all pipeline workers to specific queues
Diffstat (limited to 'config/sidekiq_queues.yml')
-rw-r--r--config/sidekiq_queues.yml3
1 files changed, 3 insertions, 0 deletions
diff --git a/config/sidekiq_queues.yml b/config/sidekiq_queues.yml
index 8e13ed95f19..28cfb9419de 100644
--- a/config/sidekiq_queues.yml
+++ b/config/sidekiq_queues.yml
@@ -28,6 +28,9 @@
- [build, 2]
- [pipeline, 2]
- [pipeline_processing, 2]
+ - [pipeline_cache, 2]
+ - [pipeline_metrics, 2]
+ - [pipeline_hooks, 2]
- [gitlab_shell, 2]
- [email_receiver, 2]
- [emails_on_push, 2]