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:
authorStan Hu <stanhu@gmail.com>2016-11-21 19:26:03 +0300
committerStan Hu <stanhu@gmail.com>2016-11-21 19:26:03 +0300
commit2a20687e63a712fb72f80267816c6099daf654cb (patch)
tree84843af65af7c574e067d5bfd5cfbbf39471eeb5
parent9aded5c8d43cf113b03e2d8fd04a32c4b24af24d (diff)
Add project_mirror Sidekiq queue to isolate project mirror updatesadd-project-mirror-queue
-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 69136b73946..0e83128b0f7 100644
--- a/config/sidekiq_queues.yml
+++ b/config/sidekiq_queues.yml
@@ -42,6 +42,7 @@
- [project_cache, 1]
- [project_destroy, 1]
- [project_export, 1]
+ - [project_mirror, 1]
- [project_web_hook, 1]
- [repository_check, 1]
- [system_hook, 1]