diff options
author | Grzegorz Bizon <grzesiek.bizon@gmail.com> | 2017-08-21 13:32:00 +0200 |
---|---|---|
committer | Grzegorz Bizon <grzesiek.bizon@gmail.com> | 2017-08-21 13:32:00 +0200 |
commit | ce274fd61bbe11c7a1353bff2176273e9b30e197 (patch) | |
tree | 3b4b239624b559a57ba94f3a9f62f997cc32dcfe /config/sidekiq_queues.yml | |
parent | 0f01ce365731542570c9135d7cbf6390ffa42ced (diff) | |
download | gitlab-ce-ce274fd61bbe11c7a1353bff2176273e9b30e197.tar.gz |
Make it possible to check if worker uses a known queue
Diffstat (limited to 'config/sidekiq_queues.yml')
-rw-r--r-- | config/sidekiq_queues.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/config/sidekiq_queues.yml b/config/sidekiq_queues.yml index 83abc83c9f0..7816c0fa92e 100644 --- a/config/sidekiq_queues.yml +++ b/config/sidekiq_queues.yml @@ -27,6 +27,7 @@ - [new_merge_request, 2] - [build, 2] - [pipeline, 2] + - [pipelines-pipeline-processing, 2] - [gitlab_shell, 2] - [email_receiver, 2] - [emails_on_push, 2] |