Giuseppe Lavagetto has uploaded a new change for review. (
https://gerrit.wikimedia.org/r/389427 )
Change subject: jobrunner: make refreshlinks jobs low-priority
......................................................................
jobrunner: make refreshlinks jobs low-priority
Give we've moved refreshLinks and htmlCacheUpdate together, we had too
much capacity for refreshLinks and not enough for htmlCacheUpdate.
Thus, make refreshLinks low-priority, which should more-or-less halve
our capacity for it (which should still be enough) while propping up the
one for htmlCacheUpdate.
If this isn't enough, we will split the two job types in order to have a
finer-grained control knob on the throughput.
Bug: T173710
Change-Id: I6af6699bfebda965fe189208faad6334c13851bd
---
M modules/mediawiki/templates/jobrunner/jobrunner.conf.erb
1 file changed, 5 insertions(+), 1 deletion(-)
git pull ssh://gerrit.wikimedia.org:29418/operations/puppet
refs/changes/27/389427/1
diff --git a/modules/mediawiki/templates/jobrunner/jobrunner.conf.erb
b/modules/mediawiki/templates/jobrunner/jobrunner.conf.erb
index 3920d56..71e66e1 100644
--- a/modules/mediawiki/templates/jobrunner/jobrunner.conf.erb
+++ b/modules/mediawiki/templates/jobrunner/jobrunner.conf.erb
@@ -43,7 +43,11 @@
"htmlCacheUpdate",
"refreshLinks",
"refreshLinksDynamic",
- ]
+ ],
+ "low-priority": [
+ "refreshLinksDynamic",
+ "refreshLinks",
+ ],
},
"gwt": {
"runners": <%= runners_for('gwt') %>,
--
To view, visit https://gerrit.wikimedia.org/r/389427
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings
Gerrit-MessageType: newchange
Gerrit-Change-Id: I6af6699bfebda965fe189208faad6334c13851bd
Gerrit-PatchSet: 1
Gerrit-Project: operations/puppet
Gerrit-Branch: production
Gerrit-Owner: Giuseppe Lavagetto <[email protected]>
_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits