jenkins-bot has submitted this change and it was merged.

Change subject: Disable persistent redis connections and bump timeout a bit
......................................................................


Disable persistent redis connections and bump timeout a bit

Change-Id: I56ca8243959f36dd6023b33298f5eb6d1ea02c42
---
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 ee91b11..aba86ea 100644
--- a/wmf-config/jobqueue-eqiad.php
+++ b/wmf-config/jobqueue-eqiad.php
@@ -6,10 +6,10 @@
 $wmgRedisQueueBaseConfig = array(
        'class' => 'JobQueueRedis',
        'redisConfig' => array(
-               'connectTimeout' => .200,
+               'connectTimeout' => .250,
                'password' => $wmgRedisPassword,
                'compression' => 'gzip',
-               'persistent' => defined( 'MEDIAWIKI_JOB_RUNNER' )
+               #'persistent' => defined( 'MEDIAWIKI_JOB_RUNNER' )
        ),
        'daemonized' => true
 );

-- 
To view, visit https://gerrit.wikimedia.org/r/276904
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: merged
Gerrit-Change-Id: I56ca8243959f36dd6023b33298f5eb6d1ea02c42
Gerrit-PatchSet: 1
Gerrit-Project: operations/mediawiki-config
Gerrit-Branch: master
Gerrit-Owner: Aaron Schulz <asch...@wikimedia.org>
Gerrit-Reviewer: Aaron Schulz <asch...@wikimedia.org>
Gerrit-Reviewer: Florianschmidtwelzow <florian.schmidt.stargatewis...@gmail.com>
Gerrit-Reviewer: jenkins-bot <>

_______________________________________________
MediaWiki-commits mailing list
MediaWiki-commits@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to