diff options
author | Shinya Maeda <shinya@gitlab.com> | 2018-03-01 17:49:37 +0900 |
---|---|---|
committer | Shinya Maeda <shinya@gitlab.com> | 2018-03-06 21:43:20 +0900 |
commit | d4c9c5225118eedb731045f7d387cb0c192067f4 (patch) | |
tree | b8d6aa149abdcd58da9458fad3c26bbfa35b5a7b /app | |
parent | fe4894ff5a9525c8551fd33570a9eaa18bb9c74d (diff) | |
download | gitlab-ce-d4c9c5225118eedb731045f7d387cb0c192067f4.tar.gz |
Add object_storage queue to sidekiq_queues.ym. and correct queue name in all_queues.yml.
Diffstat (limited to 'app')
-rw-r--r-- | app/workers/all_queues.yml | 2 |
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 |