summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authorPavel Shutsin <pshutsin@gitlab.com>2019-08-13 11:26:16 +0300
committerPavel Shutsin <pshutsin@gitlab.com>2019-08-13 11:26:16 +0300
commit64b503927cf19b0982301ad4a73e459e937f45c2 (patch)
tree600addaca049a89402ccc55f06ef9fa2236baf91 /config
parent0297f1c2b862edbe8015874913ebbab1393706e4 (diff)
downloadgitlab-ce-64b503927cf19b0982301ad4a73e459e937f45c2.tar.gz
Declare Analytics queue for EE
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 c7586aa1e38..3c86db3c6fe 100644
--- a/config/sidekiq_queues.yml
+++ b/config/sidekiq_queues.yml
@@ -113,3 +113,4 @@
- [elastic_namespace_indexer, 1]
- [export_csv, 1]
- [incident_management, 2]
+ - [analytics, 1]