Ori.livneh has submitted this change and it was merged.

Change subject: Increase the priority of refreshLinks jobs
......................................................................


Increase the priority of refreshLinks jobs

The additional delay that jobs of other types would incur from having the
priority of refreshLinks jobs increased is nominal relative to the delay they
already incur from the current size of the queue. So prioritize clearing the
queue.

Change-Id: Iadb27b75aa205732eda9383beb3b91c4bc63c80a
---
M modules/mediawiki/templates/jobrunner/jobrunner.conf.erb
1 file changed, 2 insertions(+), 2 deletions(-)

Approvals:
  Ori.livneh: Verified; Looks good to me, approved



diff --git a/modules/mediawiki/templates/jobrunner/jobrunner.conf.erb 
b/modules/mediawiki/templates/jobrunner/jobrunner.conf.erb
index 2bc4996..5ca78b8 100644
--- a/modules/mediawiki/templates/jobrunner/jobrunner.conf.erb
+++ b/modules/mediawiki/templates/jobrunner/jobrunner.conf.erb
@@ -21,8 +21,8 @@
             ],
             "low-priority": [
                 "cirrusSearchLinksUpdate",
-                "htmlCacheUpdate",
-                "refreshLinks"
+                "htmlCacheUpdate"
+                // "refreshLinks"
             ]
         },
         "html": {

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

Gerrit-MessageType: merged
Gerrit-Change-Id: Iadb27b75aa205732eda9383beb3b91c4bc63c80a
Gerrit-PatchSet: 1
Gerrit-Project: operations/puppet
Gerrit-Branch: production
Gerrit-Owner: Ori.livneh <[email protected]>
Gerrit-Reviewer: Ori.livneh <[email protected]>

_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to