Giuseppe Lavagetto has uploaded a new change for review. (
https://gerrit.wikimedia.org/r/349177 )
Change subject: Temporarily skip recursive refreshLinks jobs
......................................................................
Temporarily skip recursive refreshLinks jobs
Bug: T163418
Change-Id: I8fbce11c26fb1b2e4ca762e3e7882e4d49f0af7b
---
M includes/jobqueue/jobs/RefreshLinksJob.php
1 file changed, 1 insertion(+), 1 deletion(-)
git pull ssh://gerrit.wikimedia.org:29418/mediawiki/core
refs/changes/77/349177/1
diff --git a/includes/jobqueue/jobs/RefreshLinksJob.php
b/includes/jobqueue/jobs/RefreshLinksJob.php
index f9284a5..a478301 100644
--- a/includes/jobqueue/jobs/RefreshLinksJob.php
+++ b/includes/jobqueue/jobs/RefreshLinksJob.php
@@ -82,7 +82,7 @@
global $wgUpdateRowsPerJob;
// Job to update all (or a range of) backlink pages for a page
- if ( !empty( $this->params['recursive'] ) ) {
+ if ( false && !empty( $this->params['recursive'] ) ) {
// When the base job branches, wait for the replica DBs
to catch up to the master.
// From then on, we know that any template changes at
the time the base job was
// enqueued will be reflected in backlink page parses
when the leaf jobs run.
--
To view, visit https://gerrit.wikimedia.org/r/349177
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings
Gerrit-MessageType: newchange
Gerrit-Change-Id: I8fbce11c26fb1b2e4ca762e3e7882e4d49f0af7b
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/core
Gerrit-Branch: wmf/1.29.0-wmf.19
Gerrit-Owner: Giuseppe Lavagetto <[email protected]>
_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits