From dce0b934337b5f401f0107492e99e72fcb465c99 Mon Sep 17 00:00:00 2001 From: Syed Mushtaq Ahmed Date: Thu, 3 Feb 2022 12:31:25 -0500 Subject: [PATCH] builders: Remove socket_timeout from the redis client (PROJQUAY-2542) (#1084) Redis needs a long-living connection for pubsub which is used by the build manager --- buildman/orchestrator.py | 1 - 1 file changed, 1 deletion(-) diff --git a/buildman/orchestrator.py b/buildman/orchestrator.py index 3cc5c4c615..05bc59c507 100644 --- a/buildman/orchestrator.py +++ b/buildman/orchestrator.py @@ -297,7 +297,6 @@ def __init__( ssl_ca_certs=ca_cert, ssl=ssl, socket_connect_timeout=1, - socket_timeout=2, health_check_interval=2, )