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-06 14:20:36 +0300
committerShinya Maeda <shinya@gitlab.com>2018-03-06 15:44:15 +0300
commit335bc0fec05d282e2e4daa0e4a1bcb82ddec0594 (patch)
tree33c70be018230136c144023629a84393505792c8 /config/sidekiq_queues.yml
parent7bbd5f6e31036a9ab6305b14eedbad25c5501648 (diff)
Integrate two workers into one ArchiveTraceWorker with pipeline_background queue. This queue takes loqer precedence than pipeline_default.
Diffstat (limited to 'config/sidekiq_queues.yml')
-rw-r--r--config/sidekiq_queues.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/config/sidekiq_queues.yml b/config/sidekiq_queues.yml
index 841f089d9e1..554502c5d83 100644
--- a/config/sidekiq_queues.yml
+++ b/config/sidekiq_queues.yml
@@ -69,4 +69,4 @@
- [storage_migrator, 1]
- [pages_domain_verification, 1]
- [plugin, 1]
- - [object_storage, 1]
+ - [pipeline_background, 1]