summaryrefslogtreecommitdiff
path: root/config/sidekiq_queues.yml
diff options
context:
space:
mode:
authorShinya Maeda <shinya@gitlab.com>2017-10-01 00:54:22 +0900
committerShinya Maeda <shinya@gitlab.com>2017-10-01 00:54:22 +0900
commite499c1c39dbea505858874ee47436641df3d93d4 (patch)
treebce2333e86abfbdba7e55d15bb1fe8e432657832 /config/sidekiq_queues.yml
parentc30546f4aa073f44e97b49f47c57a9a89062c3c6 (diff)
downloadgitlab-ce-e499c1c39dbea505858874ee47436641df3d93d4.tar.gz
Replace reactive_cache by multipel sidekiq workers
Diffstat (limited to 'config/sidekiq_queues.yml')
-rw-r--r--config/sidekiq_queues.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/config/sidekiq_queues.yml b/config/sidekiq_queues.yml
index d169c38a693..1af90d0a361 100644
--- a/config/sidekiq_queues.yml
+++ b/config/sidekiq_queues.yml
@@ -62,3 +62,5 @@
- [update_user_activity, 1]
- [propagate_service_template, 1]
- [background_migration, 1]
+ - [cluster_creation, 1]
+ - [wait_for_cluster_creation, 1]