diff options
author | Phil Hughes <me@iamphill.com> | 2017-11-30 09:52:58 +0000 |
---|---|---|
committer | Phil Hughes <me@iamphill.com> | 2017-11-30 09:52:58 +0000 |
commit | 386cbf22ee8fc1d206e76f0f34568379ae726e02 (patch) | |
tree | 4976d52023637beaa5046035b64554dd451f0d27 /config | |
parent | 1880809d8ef9b650d1af615ebbaa590626ccf17f (diff) | |
parent | 73e48b745c34c048c56abf28e6c278707d9bd2f3 (diff) | |
download | gitlab-ce-386cbf22ee8fc1d206e76f0f34568379ae726e02.tar.gz |
Merge branch 'master' into multi-file-editor-dirty-diff-indicator
Diffstat (limited to 'config')
-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] |