FMN: increase the redis connect timeout

Signed-off-by: Aurélien Bompard <aurelien@bompard.org>
This commit is contained in:
Aurélien Bompard 2023-06-13 10:11:50 +02:00
parent 2ce8906f5f
commit aebbaf022b
No known key found for this signature in database
GPG key ID: 31584CFEB9BF64AD

View file

@ -13,7 +13,7 @@ SERVICES__FASJSON_URL=https://fasjson{{ env_suffix }}.fedoraproject.org
SERVICES__DISTGIT_URL=https://src{{ env_suffix }}.fedoraproject.org
# Cache settings
CACHE__URL="redis://redis.fmn.svc.cluster.local/?digestmod=sha1&socket_connect_timeout=0.5&socket_keepalive=True"
CACHE__URL="redis://redis.fmn.svc.cluster.local/?digestmod=sha1&socket_connect_timeout=5&socket_keepalive=True"
# Duration for the main caches
# CACHE__SCOPED_ARGS__TRACKED__TTL="1d"