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

Change subject: Bump $wgJobBackoffThrottling for cache purges
......................................................................


Bump $wgJobBackoffThrottling for cache purges

Change-Id: Ic726308d63e21434a6b8b34ed020284cb459d487
---
M wmf-config/CommonSettings.php
1 file changed, 1 insertion(+), 1 deletion(-)

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



diff --git a/wmf-config/CommonSettings.php b/wmf-config/CommonSettings.php
index be0bef1..187a03d 100644
--- a/wmf-config/CommonSettings.php
+++ b/wmf-config/CommonSettings.php
@@ -2582,7 +2582,7 @@
 }
 
 # Avoid excessive CPU due to cache misses from rapid invalidations
-$wgJobBackoffThrottling['htmlCacheUpdate'] = 20; // pages/sec per runner
+$wgJobBackoffThrottling['htmlCacheUpdate'] = 30; // pages/sec per runner
 
 # Job types to exclude from the default queue processing. Aka the very long
 # one. That will exclude the types from any queries such as nextJobDB.php

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

Gerrit-MessageType: merged
Gerrit-Change-Id: Ic726308d63e21434a6b8b34ed020284cb459d487
Gerrit-PatchSet: 2
Gerrit-Project: operations/mediawiki-config
Gerrit-Branch: master
Gerrit-Owner: Aaron Schulz <asch...@wikimedia.org>
Gerrit-Reviewer: Aaron Schulz <asch...@wikimedia.org>
Gerrit-Reviewer: Florianschmidtwelzow <florian.schmidt.stargatewis...@gmail.com>
Gerrit-Reviewer: Krinkle <krinklem...@gmail.com>
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