Giuseppe Lavagetto has uploaded a new change for review. https://gerrit.wikimedia.org/r/176495
Change subject: jobrunner: change the aggregator IP as well ...................................................................... jobrunner: change the aggregator IP as well Change-Id: Idb70824d4e45eb5e39064d4fa70101a14d3ec63e Signed-off-by: Giuseppe Lavagetto <[email protected]> --- M wmf-config/jobqueue-eqiad.php 1 file changed, 1 insertion(+), 1 deletion(-) git pull ssh://gerrit.wikimedia.org:29418/operations/mediawiki-config refs/changes/95/176495/1 diff --git a/wmf-config/jobqueue-eqiad.php b/wmf-config/jobqueue-eqiad.php index fcf333b..91e4740 100644 --- a/wmf-config/jobqueue-eqiad.php +++ b/wmf-config/jobqueue-eqiad.php @@ -37,7 +37,7 @@ $wgJobQueueAggregator = array( 'class' => 'JobQueueAggregatorRedis', 'redisServers' => array( // all after the first are fallbacks - '10.64.32.76', # rdb1001 + '10.64.32.77', # rdb1001 '10.64.0.201', # rdb1003 ), 'redisConfig' => array( -- To view, visit https://gerrit.wikimedia.org/r/176495 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: newchange Gerrit-Change-Id: Idb70824d4e45eb5e39064d4fa70101a14d3ec63e Gerrit-PatchSet: 1 Gerrit-Project: operations/mediawiki-config Gerrit-Branch: master Gerrit-Owner: Giuseppe Lavagetto <[email protected]> _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
