jenkins-bot has submitted this change and it was merged.
Change subject: Adjust queue "maxPartitionsTry" and timeouts
......................................................................
Adjust queue "maxPartitionsTry" and timeouts
It now takes 5 instances to always cover 2+ servers
Change-Id: I6379996351447638cdbc2ae2a40257542ef66173
---
M wmf-config/jobqueue-eqiad.php
1 file changed, 2 insertions(+), 2 deletions(-)
Approvals:
Aaron Schulz: Looks good to me, approved
jenkins-bot: Verified
diff --git a/wmf-config/jobqueue-eqiad.php b/wmf-config/jobqueue-eqiad.php
index 633702a..29135e4 100644
--- a/wmf-config/jobqueue-eqiad.php
+++ b/wmf-config/jobqueue-eqiad.php
@@ -6,7 +6,7 @@
$wmgRedisQueueBaseConfig = array(
'class' => 'JobQueueRedis',
'redisConfig' => array(
- 'connectTimeout' => .250,
+ 'connectTimeout' => .200,
'password' => $wmgRedisPassword,
'compression' => 'gzip'
),
@@ -99,7 +99,7 @@
'rdb4-6381' => 50,
),
),
- 'maxPartitionsTry' => 4 // always covers 2+ servers
+ 'maxPartitionsTry' => 5 // always covers 2+ servers
);
// Note: on server failure, this should be changed to any other redis server
$wgJobQueueAggregator = array(
--
To view, visit https://gerrit.wikimedia.org/r/259969
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings
Gerrit-MessageType: merged
Gerrit-Change-Id: I6379996351447638cdbc2ae2a40257542ef66173
Gerrit-PatchSet: 1
Gerrit-Project: operations/mediawiki-config
Gerrit-Branch: master
Gerrit-Owner: Aaron Schulz <[email protected]>
Gerrit-Reviewer: Aaron Schulz <[email protected]>
Gerrit-Reviewer: Chad <[email protected]>
Gerrit-Reviewer: Florianschmidtwelzow <[email protected]>
Gerrit-Reviewer: jenkins-bot <>
_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits