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>2017-10-03 20:33:37 +0300
committerShinya Maeda <shinya@gitlab.com>2017-10-03 20:33:37 +0300
commit1ce09b6ed5a1d8eb00c2103e9b1595877a636be1 (patch)
tree617c08ac7bd3e01647258f6e91c593a0513df22b /config/sidekiq_queues.yml
parent6b7889f750c56962c0674467c3fbfd7976b9b44f (diff)
Introduce manage_cluster queue for sidekiq workers
Diffstat (limited to 'config/sidekiq_queues.yml')
-rw-r--r--config/sidekiq_queues.yml3
1 files changed, 1 insertions, 2 deletions
diff --git a/config/sidekiq_queues.yml b/config/sidekiq_queues.yml
index 1af90d0a361..c60a2baf940 100644
--- a/config/sidekiq_queues.yml
+++ b/config/sidekiq_queues.yml
@@ -62,5 +62,4 @@
- [update_user_activity, 1]
- [propagate_service_template, 1]
- [background_migration, 1]
- - [cluster_creation, 1]
- - [wait_for_cluster_creation, 1]
+ - [manage_cluster, 1]