Aaron Schulz has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/58953


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.

Change-Id: I2a22d2772e5ef1647dff86f9cfd36506523220fb
---
M wmf-config/jobqueue-pmtpa.php
1 file changed, 10 insertions(+), 4 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/operations/mediawiki-config 
refs/changes/53/58953/1

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: newchange
Gerrit-Change-Id: I2a22d2772e5ef1647dff86f9cfd36506523220fb
Gerrit-PatchSet: 1
Gerrit-Project: operations/mediawiki-config
Gerrit-Branch: master
Gerrit-Owner: Aaron Schulz <[email protected]>

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

Reply via email to