Giuseppe Lavagetto has submitted this change and it was merged. ( 
https://gerrit.wikimedia.org/r/388416 )

Change subject: Increase concurrency for htmlCacheUpdate
......................................................................


Increase concurrency for htmlCacheUpdate

At the moment, we're processing less htmlCacheUpdate jobs than we
produce, so bump up concurrency to 50 jobs/sec/runner, which gives us a
limit of 600 jobs/second.

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

Approvals:
  Giuseppe Lavagetto: Looks good to me, approved
  Elukey: Looks good to me, but someone else must approve
  jenkins-bot: Verified



diff --git a/wmf-config/CommonSettings.php b/wmf-config/CommonSettings.php
index e01eab0..21ccc3f 100644
--- a/wmf-config/CommonSettings.php
+++ b/wmf-config/CommonSettings.php
@@ -2689,7 +2689,7 @@
 }
 
 # Avoid excessive CPU due to cache misses from rapid invalidations
-$wgJobBackoffThrottling['htmlCacheUpdate'] = 30; // pages/sec per runner
+$wgJobBackoffThrottling['htmlCacheUpdate'] = 50; // 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/388416
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: merged
Gerrit-Change-Id: I21bdb2a659b399941e7c6ef69fb19b80400185e0
Gerrit-PatchSet: 1
Gerrit-Project: operations/mediawiki-config
Gerrit-Branch: master
Gerrit-Owner: Giuseppe Lavagetto <glavage...@wikimedia.org>
Gerrit-Reviewer: Elukey <ltosc...@wikimedia.org>
Gerrit-Reviewer: Giuseppe Lavagetto <glavage...@wikimedia.org>
Gerrit-Reviewer: Urbanecm <martin.urba...@wikimedia.cz>
Gerrit-Reviewer: Zoranzoki21 <zorandori4...@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