jenkins-bot has submitted this change and it was merged.

Change subject: Removed "refreshLinks" from $wgJobBackoffThrottling
......................................................................


Removed "refreshLinks" from $wgJobBackoffThrottling

* Lag checks are much better and more resourceful than
  when this was set

Change-Id: Ifa76b7dd5375617164a087bbd6ce2ba29a2da3d1
---
M wmf-config/CommonSettings.php
1 file changed, 2 insertions(+), 7 deletions(-)

Approvals:
  Krinkle: Looks good to me, but someone else must approve
  EBernhardson: Looks good to me, approved
  jenkins-bot: Verified



diff --git a/wmf-config/CommonSettings.php b/wmf-config/CommonSettings.php
index 7dea9fa..c42387e 100755
--- a/wmf-config/CommonSettings.php
+++ b/wmf-config/CommonSettings.php
@@ -2386,13 +2386,8 @@
        require_once( "$IP/extensions/RandomRootPage/Randomrootpage.php" );
 }
 
-# Similar to above but not for single template/file changes
-$wgJobBackoffThrottling = array(
-       # Avoid excessive CPU due to cache misses from rapid invalidations
-       'htmlCacheUpdate' => 20, // pages/sec per runner
-       # Avoid excessive DB usage for backlink tables
-       'refreshLinks'    => 30, // pages/sec per runner
-) + $wgJobBackoffThrottling;
+# Avoid excessive CPU due to cache misses from rapid invalidations
+$wgJobBackoffThrottling['htmlCacheUpdate'] = 20; // pages/sec per runner
 
 # If a job runner takes too long to finish a job, assume it died and re-assign 
the job
 $wgJobTypeConf['default']['claimTTL'] = 3600;

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

Gerrit-MessageType: merged
Gerrit-Change-Id: Ifa76b7dd5375617164a087bbd6ce2ba29a2da3d1
Gerrit-PatchSet: 2
Gerrit-Project: operations/mediawiki-config
Gerrit-Branch: master
Gerrit-Owner: Aaron Schulz <asch...@wikimedia.org>
Gerrit-Reviewer: ArielGlenn <ar...@wikimedia.org>
Gerrit-Reviewer: Chad <ch...@wikimedia.org>
Gerrit-Reviewer: EBernhardson <ebernhard...@wikimedia.org>
Gerrit-Reviewer: Krinkle <krinklem...@gmail.com>
Gerrit-Reviewer: Legoktm <legoktm.wikipe...@gmail.com>
Gerrit-Reviewer: Ori.livneh <o...@wikimedia.org>
Gerrit-Reviewer: jenkins-bot <>

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

Reply via email to