diff options
author | Grzegorz Bizon <grzesiek.bizon@gmail.com> | 2017-08-21 14:24:05 +0200 |
---|---|---|
committer | Grzegorz Bizon <grzesiek.bizon@gmail.com> | 2017-08-21 14:24:05 +0200 |
commit | ad12ee2a78ed590194661b3d5365b0eaa14bff80 (patch) | |
tree | de87b1a01e850f19b9e1283365a02102b247b9a7 /config/sidekiq_queues.yml | |
parent | 4c93668202f8b3a02e3730e696e9ebcd6f08daca (diff) | |
download | gitlab-ce-ad12ee2a78ed590194661b3d5365b0eaa14bff80.tar.gz |
Assign some CI/CD workers to pipeline default queue
Diffstat (limited to 'config/sidekiq_queues.yml')
-rw-r--r-- | config/sidekiq_queues.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/sidekiq_queues.yml b/config/sidekiq_queues.yml index 28cfb9419de..2eeb0762b76 100644 --- a/config/sidekiq_queues.yml +++ b/config/sidekiq_queues.yml @@ -28,8 +28,8 @@ - [build, 2] - [pipeline, 2] - [pipeline_processing, 2] + - [pipeline_default, 2] - [pipeline_cache, 2] - - [pipeline_metrics, 2] - [pipeline_hooks, 2] - [gitlab_shell, 2] - [email_receiver, 2] |