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:
authorShinya Maeda <shinya@gitlab.com>2018-03-01 11:49:37 +0300
committerShinya Maeda <shinya@gitlab.com>2018-03-06 15:43:20 +0300
commitd4c9c5225118eedb731045f7d387cb0c192067f4 (patch)
treeb8d6aa149abdcd58da9458fad3c26bbfa35b5a7b /app/workers/all_queues.yml
parentfe4894ff5a9525c8551fd33570a9eaa18bb9c74d (diff)
Add object_storage queue to sidekiq_queues.ym. and correct queue name in all_queues.yml.
Diffstat (limited to 'app/workers/all_queues.yml')
-rw-r--r--app/workers/all_queues.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/workers/all_queues.yml b/app/workers/all_queues.yml
index d8fa2a0eddb..1d669556201 100644
--- a/app/workers/all_queues.yml
+++ b/app/workers/all_queues.yml
@@ -105,4 +105,4 @@
- upload_checksum
- web_hook
-- object_storage:archive_legacy_trace_worker \ No newline at end of file
+- object_storage:archive_legacy_trace \ No newline at end of file