Ori.livneh has uploaded a new change for review.
https://gerrit.wikimedia.org/r/190406
Change subject: Don't set up the job queue for labswiki
......................................................................
Don't set up the job queue for labswiki
labswiki is misconfigured at the moment and the job runners fail to execute any
of its jobs.
Change-Id: I010f3ec7ce57fba101f1c16c60fafa1da050a190
---
M wmf-config/jobqueue-eqiad.php
1 file changed, 6 insertions(+), 0 deletions(-)
git pull ssh://gerrit.wikimedia.org:29418/operations/mediawiki-config
refs/changes/06/190406/1
diff --git a/wmf-config/jobqueue-eqiad.php b/wmf-config/jobqueue-eqiad.php
index a9c9e93..01ce76a 100644
--- a/wmf-config/jobqueue-eqiad.php
+++ b/wmf-config/jobqueue-eqiad.php
@@ -7,6 +7,12 @@
// until the master is fixed or full fail-over is done. Proper fail over
// requires changing the slave to stop slaving the old master before updating
// the MediaWiki config to direct traffic there.
+if ( $wgDBname === 'labswiki' ) {
+ // Don't set up the job queue for labswiki, which is misconfigured at
the
+ // moment and spewing errors. -- Ori, 13-Feb-2015.
+ return;
+}
+
$wgJobTypeConf['default'] = array(
'class' => 'JobQueueFederated',
'configByPartition' => array(
--
To view, visit https://gerrit.wikimedia.org/r/190406
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings
Gerrit-MessageType: newchange
Gerrit-Change-Id: I010f3ec7ce57fba101f1c16c60fafa1da050a190
Gerrit-PatchSet: 1
Gerrit-Project: operations/mediawiki-config
Gerrit-Branch: master
Gerrit-Owner: Ori.livneh <[email protected]>
_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits