diff options
author | Matija Čupić <matteeyah@gmail.com> | 2017-11-17 17:24:40 +0100 |
---|---|---|
committer | Eric Eastwood <contact@ericeastwood.com> | 2017-11-28 12:42:08 -0600 |
commit | a4a389a0a7314d011275592474bd974924f86735 (patch) | |
tree | 3469be680f8e0cf5931cb54fa784a86389e43d0f /config/sidekiq_queues.yml | |
parent | a7f6ab952acc58e7ef9a33fba3fbaaa0918572fe (diff) | |
download | gitlab-ce-a4a389a0a7314d011275592474bd974924f86735.tar.gz |
BE for automatic pipeline when enabling Auto DevOps
Fix https://gitlab.com/gitlab-org/gitlab-ce/issues/38962
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 a8b918177de..bc7c431731a 100644 --- a/config/sidekiq_queues.yml +++ b/config/sidekiq_queues.yml @@ -28,6 +28,7 @@ - [build, 2] - [pipeline, 2] - [pipeline_processing, 5] + - [pipeline_creation, 4] - [pipeline_default, 3] - [pipeline_cache, 3] - [pipeline_hooks, 2] |