Ppchelko has submitted this change and it was merged.

Change subject: Return concurrency to normal.
......................................................................


Return concurrency to normal.

We've doubled the concurrency to help clear up
the backlog, now it's clear, so return it back
to avoid possible problems on weekends.

Change-Id: I4f92455532d942b81842d3ee8961562718d45116
---
M scap/templates/config.yaml.j2
M scap/vars.yaml
2 files changed, 2 insertions(+), 2 deletions(-)

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



diff --git a/scap/templates/config.yaml.j2 b/scap/templates/config.yaml.j2
index f841d19..6eb84b6 100644
--- a/scap/templates/config.yaml.j2
+++ b/scap/templates/config.yaml.j2
@@ -277,7 +277,7 @@
                         body: '{{globals.message}}'
 
                     on_transclusion_update:
-                      concurrency: <%= concurrency * 4 %>
+                      concurrency: <%= concurrency * 8 %>
                       topic: change-prop.transcludes.resource-change
                       match:
                         meta:
diff --git a/scap/vars.yaml b/scap/vars.yaml
index b351bac..80bb8dd 100644
--- a/scap/vars.yaml
+++ b/scap/vars.yaml
@@ -18,4 +18,4 @@
 ores_uri: localhost:8081
 purge_host: 127.0.0.1
 purge_port: 4827
-concurrency: 100
+concurrency: 50

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

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

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

Reply via email to