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

Change subject: Temporarily half the transclusion update concurrency
......................................................................


Temporarily half the transclusion update concurrency

Because of the loss of restnase1018, other instances in the `d` rack are
exposed to high load, so back off for a while with transclusion updates.

Bug: T163292
Change-Id: Ia228fc2aca02b1a12690afffaa7f88df47ed5eba
---
M scap/templates/config.yaml.j2
1 file changed, 1 insertion(+), 1 deletion(-)

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



diff --git a/scap/templates/config.yaml.j2 b/scap/templates/config.yaml.j2
index 6167f90..a6ed0ca 100644
--- a/scap/templates/config.yaml.j2
+++ b/scap/templates/config.yaml.j2
@@ -286,7 +286,7 @@
                       redirect: false
 
               on_transclusion_update:
-                concurrency: <%= concurrency * 8 %>
+                concurrency: <%= concurrency * 4 %>
                 topic: change-prop.transcludes.resource-change
                 cases:
                   - match:

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

Gerrit-MessageType: merged
Gerrit-Change-Id: Ia228fc2aca02b1a12690afffaa7f88df47ed5eba
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/services/change-propagation/deploy
Gerrit-Branch: master
Gerrit-Owner: Mobrovac <mobro...@wikimedia.org>
Gerrit-Reviewer: Eevans <eev...@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