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
path: root/config
diff options
context:
space:
mode:
authorNick Thomas <nick@gitlab.com>2016-12-17 07:09:50 +0300
committerNick Thomas <nick@gitlab.com>2016-12-19 22:53:03 +0300
commit5378302763e1a461bab5213aa379d5b9e6dc322c (patch)
tree121784b1e71ceee292bbfa06c4df3d88fc8f48c5 /config
parent7c2e16d05319fa79d0b84472130c4a9300e08808 (diff)
Add a ReactiveCaching concern for use in the KubernetesService
Diffstat (limited to 'config')
-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..c22964179d9 100644
--- a/config/sidekiq_queues.yml
+++ b/config/sidekiq_queues.yml
@@ -46,5 +46,6 @@
- [repository_check, 1]
- [system_hook, 1]
- [git_garbage_collect, 1]
+ - [reactive_caching, 1]
- [cronjob, 1]
- [default, 1]