Mobrovac has submitted this change and it was merged. ( 
https://gerrit.wikimedia.org/r/392646 )

Change subject: [Config] Temporary disable deduplication.
......................................................................


[Config] Temporary disable deduplication.

In order to test if redis has something to do with
the slow-down of requests after the rate reaches
some tipping point.

Change-Id: I3b7ae8e31d18dd52428bc297205693944ee1271f
---
M scap/templates/config.yaml.j2
1 file changed, 8 insertions(+), 8 deletions(-)

Approvals:
  Mobrovac: Verified; Looks good to me, approved



diff --git a/scap/templates/config.yaml.j2 b/scap/templates/config.yaml.j2
index d13e71d..c635e06 100644
--- a/scap/templates/config.yaml.j2
+++ b/scap/templates/config.yaml.j2
@@ -10,14 +10,14 @@
   title: The Change Propagation for JobQueue root
   paths:
 <%- if env == 'production' %>
-    /{api:sys}/dedupe:
-      x-modules:
-        - path: src/sys/deduplicator.js
-          options:
-            redis_prefix: 'CPJQ'
-            redis:
-              path: <%= redis_path %>
-              password: <%= redis_pass if redis_pass else '' %>
+#    /{api:sys}/dedupe:
+#      x-modules:
+#        - path: src/sys/deduplicator.js
+#          options:
+#            redis_prefix: 'CPJQ'
+#            redis:
+#              path: <%= redis_path %>
+#              password: <%= redis_pass if redis_pass else '' %>
 <%- endif %>
     /{api:sys}/queue:
       x-modules:

-- 
To view, visit https://gerrit.wikimedia.org/r/392646
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: merged
Gerrit-Change-Id: I3b7ae8e31d18dd52428bc297205693944ee1271f
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/services/change-propagation/jobqueue-deploy
Gerrit-Branch: master
Gerrit-Owner: Ppchelko <ppche...@wikimedia.org>
Gerrit-Reviewer: Mobrovac <mobro...@wikimedia.org>

_______________________________________________
MediaWiki-commits mailing list
MediaWiki-commits@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to