Giuseppe Lavagetto has uploaded a new change for review. ( 
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(-)


  git pull ssh://gerrit.wikimedia.org:29418/operations/mediawiki-config 
refs/changes/16/388416/1

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: newchange
Gerrit-Change-Id: I21bdb2a659b399941e7c6ef69fb19b80400185e0
Gerrit-PatchSet: 1
Gerrit-Project: operations/mediawiki-config
Gerrit-Branch: master
Gerrit-Owner: Giuseppe Lavagetto <glavage...@wikimedia.org>

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

Reply via email to