summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authorGrzegorz Bizon <grzegorz@gitlab.com>2018-03-06 16:20:33 +0000
committerGrzegorz Bizon <grzegorz@gitlab.com>2018-03-06 16:20:33 +0000
commit12bc2d8df0890fad3296b47395fb7279a11e43c1 (patch)
treefa1905eb722c4b11237fcfc52f95baecab0dc05c /config
parente5d03612552d1aedb24dcb1347bc507835a97757 (diff)
parent0ac1322045bd6d069aa74da04df7fb2d2797a3f0 (diff)
downloadgitlab-ce-12bc2d8df0890fad3296b47395fb7279a11e43c1.tar.gz
Merge branch 'proper-fix-for-artifacts-service' into 'master'
Add archive feature to trace Closes #43022 and gitlab-ee#4170 See merge request gitlab-org/gitlab-ce!17314
Diffstat (limited to 'config')
-rw-r--r--config/sidekiq_queues.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/config/sidekiq_queues.yml b/config/sidekiq_queues.yml
index 4845dc28a4a..554502c5d83 100644
--- a/config/sidekiq_queues.yml
+++ b/config/sidekiq_queues.yml
@@ -69,3 +69,4 @@
- [storage_migrator, 1]
- [pages_domain_verification, 1]
- [plugin, 1]
+ - [pipeline_background, 1]