Giuseppe Lavagetto has uploaded a new change for review. ( 
https://gerrit.wikimedia.org/r/393748 )

Change subject: jobrunner: drop number of "basic" jobs in favour of html ones
......................................................................

jobrunner: drop number of "basic" jobs in favour of html ones

We have moved two of the most frequent jobs we have over to the new
eventbus-based jobqueue, so we can reshape the runners distribution:

- Increase by 30% the weight of "html" runners (so, htmlCacheUpdate +
  refreshlinks jobs)
- Drop by 50% the weight of the "basic" jobs

This should balance at least a bit the excess of jobs to be proccessed
we have in queue for some wikis.

Change-Id: I56efb09aa313724d4e661fa6d4bb44934e91c338
---
M hieradata/role/common/mediawiki/jobrunner.yaml
1 file changed, 2 insertions(+), 2 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/operations/puppet 
refs/changes/48/393748/1

diff --git a/hieradata/role/common/mediawiki/jobrunner.yaml 
b/hieradata/role/common/mediawiki/jobrunner.yaml
index 5f35732..d0acf13 100644
--- a/hieradata/role/common/mediawiki/jobrunner.yaml
+++ b/hieradata/role/common/mediawiki/jobrunner.yaml
@@ -4,11 +4,11 @@
   - perf-roots
 profile::mediawiki::jobrunner::load_factor: 1.1
 profile::mediawiki::jobrunner::runners:
-  basic: 20
+  basic: 10
   gwt: 1
   translate: 1
   upload: 7
-  html: 6
+  html: 8
 # TODO: obtain these as profile parameters
 nutcracker::verbosity: "4"
 hhvm::extra::fcgi:

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I56efb09aa313724d4e661fa6d4bb44934e91c338
Gerrit-PatchSet: 1
Gerrit-Project: operations/puppet
Gerrit-Branch: production
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