jenkins-bot has submitted this change and it was merged.
Change subject: Set pmtpa queue config to match eqiad.
......................................................................
Set pmtpa queue config to match eqiad.
* There are no queue server counterparts in tampa.
* This should fix test wiki jobs by using the same aggregator.
Change-Id: I2a22d2772e5ef1647dff86f9cfd36506523220fb
---
M wmf-config/jobqueue-pmtpa.php
1 file changed, 10 insertions(+), 4 deletions(-)
Approvals:
Aaron Schulz: Looks good to me, approved
jenkins-bot: Verified
diff --git a/wmf-config/jobqueue-pmtpa.php b/wmf-config/jobqueue-pmtpa.php
index 0d1c97a..d7ae4bf 100644
--- a/wmf-config/jobqueue-pmtpa.php
+++ b/wmf-config/jobqueue-pmtpa.php
@@ -1,10 +1,16 @@
<?php
# WARNING: This file is publically viewable on the web. Do not put private
data here.
+$wgJobTypeConf['default'] = array(
+ 'class' => 'JobQueueRedis',
+ 'redisServer' => '10.64.32.76', # rdb1001 (master)
+ #'redisServer' => '10.64.32.77', # rdb1002 (slave)
+ 'redisConfig' => array( 'connectTimeout' => 1 )
+);
+// Note: on server failure, this should be changed to any other redis server
$wgJobQueueAggregator = array(
'class' => 'JobQueueAggregatorRedis',
- 'redisServer' => '10.0.12.1', # mc1
- 'redisConfig' => array(
- 'connectTimeout' => 1
- )
+ 'redisServer' => '10.64.0.180', # mc1001
+ #'redisServer' => '10.0.12.1', # mc1
+ 'redisConfig' => array( 'connectTimeout' => 1 )
);
# vim: set sts=4 sw=4 et :
--
To view, visit https://gerrit.wikimedia.org/r/58953
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings
Gerrit-MessageType: merged
Gerrit-Change-Id: I2a22d2772e5ef1647dff86f9cfd36506523220fb
Gerrit-PatchSet: 2
Gerrit-Project: operations/mediawiki-config
Gerrit-Branch: master
Gerrit-Owner: Aaron Schulz <[email protected]>
Gerrit-Reviewer: Aaron Schulz <[email protected]>
Gerrit-Reviewer: jenkins-bot
_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits