diff options
author | Grzegorz Bizon <grzegorz@gitlab.com> | 2018-03-06 16:20:33 +0000 |
---|---|---|
committer | Grzegorz Bizon <grzegorz@gitlab.com> | 2018-03-06 16:20:33 +0000 |
commit | 12bc2d8df0890fad3296b47395fb7279a11e43c1 (patch) | |
tree | fa1905eb722c4b11237fcfc52f95baecab0dc05c /config | |
parent | e5d03612552d1aedb24dcb1347bc507835a97757 (diff) | |
parent | 0ac1322045bd6d069aa74da04df7fb2d2797a3f0 (diff) | |
download | gitlab-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.yml | 1 |
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] |