Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMicaël Bergeron <mbergeron@gitlab.com>2018-02-23 00:08:35 +0300
committerMicaël Bergeron <mbergeron@gitlab.com>2018-03-01 18:38:37 +0300
commite43d7d2b4d4ccae4e7c7c89b68b6dc3ae8f34bb7 (patch)
tree898ec571cb19cb9ab1a94e2cb206dc5280d8cbac /config/sidekiq_queues.yml
parent5cf1cc6a0fe1a60cf51bc44535df8cc17d10b3a0 (diff)
fix the prepare_untracked_uploads_spec from using the EE schema
Diffstat (limited to 'config/sidekiq_queues.yml')
-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 ca1577591ba..de10335b006 100644
--- a/config/sidekiq_queues.yml
+++ b/config/sidekiq_queues.yml
@@ -69,4 +69,5 @@
- [project_migrate_hashed_storage, 1]
- [storage_migrator, 1]
- [pages_domain_verification, 1]
+ - [object_storage_upload, 1]
- [object_storage, 1]