diff options
author | Grzegorz Bizon <grzesiek.bizon@gmail.com> | 2017-08-21 14:02:20 +0200 |
---|---|---|
committer | Grzegorz Bizon <grzesiek.bizon@gmail.com> | 2017-08-21 14:02:20 +0200 |
commit | 8417507201809daf0554c13ffb695b8142274f4f (patch) | |
tree | c0ae17734618c02eec7861aa85abc53a83a22e7e /config/sidekiq_queues.yml | |
parent | 48776f2786d22cecab97417141d43060c6cdee26 (diff) | |
download | gitlab-ce-8417507201809daf0554c13ffb695b8142274f4f.tar.gz |
Assign all pipeline workers to specific queues
Diffstat (limited to 'config/sidekiq_queues.yml')
-rw-r--r-- | config/sidekiq_queues.yml | 3 |
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] |