From 335d78c18db5f6dae8e2ca0b795023722569de18 Mon Sep 17 00:00:00 2001
From: Vincent SELLIER <vincent.sellier@softwareheritage.org>
Date: Thu, 29 Aug 2024 23:28:23 +0200
Subject: [PATCH] swh/staging: Increase refresh counters rpc timeout to allow
 the refresh job to finish

Related to swh/infra/sysadm-environment#5387
---
 swh/values/staging/swh-cassandra.yaml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/swh/values/staging/swh-cassandra.yaml b/swh/values/staging/swh-cassandra.yaml
index 0e5af2ffb..36837079a 100644
--- a/swh/values/staging/swh-cassandra.yaml
+++ b/swh/values/staging/swh-cassandra.yaml
@@ -1470,7 +1470,7 @@ counters:
     gunicorn:
       threads: 1
       workers: 1
-      timeout: 10
+      timeout: 30
     replicas: 1
     # autoScaling:
     #   minReplicaCount: 2
-- 
GitLab