Skip to content

Commit

Permalink
builders: Remove socket_timeout from the redis client (PROJQUAY-2542) (
Browse files Browse the repository at this point in the history
…#1084)

Redis needs a long-living connection for pubsub which is used by the
build manager
  • Loading branch information
syed committed Feb 3, 2022
1 parent 443b8d5 commit dce0b93
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion buildman/orchestrator.py
Expand Up @@ -297,7 +297,6 @@ def __init__(
ssl_ca_certs=ca_cert,
ssl=ssl,
socket_connect_timeout=1,
socket_timeout=2,
health_check_interval=2,
)

Expand Down

0 comments on commit dce0b93

Please sign in to comment.