diff options
author | Micaël Bergeron <mbergeron@gitlab.com> | 2018-02-22 16:08:35 -0500 |
---|---|---|
committer | Micaël Bergeron <mbergeron@gitlab.com> | 2018-03-01 10:38:37 -0500 |
commit | e43d7d2b4d4ccae4e7c7c89b68b6dc3ae8f34bb7 (patch) | |
tree | 898ec571cb19cb9ab1a94e2cb206dc5280d8cbac /config/sidekiq_queues.yml | |
parent | 5cf1cc6a0fe1a60cf51bc44535df8cc17d10b3a0 (diff) | |
download | gitlab-ce-e43d7d2b4d4ccae4e7c7c89b68b6dc3ae8f34bb7.tar.gz |
fix the prepare_untracked_uploads_spec from using the EE schema
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 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] |