guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

02/02: hydra: berlin: Increase ngingx proxy narinfo timeouts.


From: Mathieu Othacehe
Subject: 02/02: hydra: berlin: Increase ngingx proxy narinfo timeouts.
Date: Tue, 21 Dec 2021 10:54:30 -0500 (EST)

mothacehe pushed a commit to branch master
in repository maintenance.

commit fa5b02c5b7d2d450cbb1189a81d26abbd1ba9c6f
Author: Mathieu Othacehe <othacehe@gnu.org>
AuthorDate: Tue Dec 21 16:53:47 2021 +0100

    hydra: berlin: Increase ngingx proxy narinfo timeouts.
    
    * hydra/nginx/berlin.scm (publish-locations): Increase the timeouts to 10s.
---
 hydra/nginx/berlin.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/hydra/nginx/berlin.scm b/hydra/nginx/berlin.scm
index e3ee01c..37621d6 100644
--- a/hydra/nginx/berlin.scm
+++ b/hydra/nginx/berlin.scm
@@ -108,9 +108,9 @@ Allow: /$\r
 
            ;; Do not tolerate slowness of hydra.gnu.org when fetching
            ;; narinfos: better return 504 quickly than wait forever.
-           "proxy_connect_timeout 2s;"
-           "proxy_read_timeout 2s;"
-           "proxy_send_timeout 2s;"
+           "proxy_connect_timeout 10s;"
+           "proxy_read_timeout 10s;"
+           "proxy_send_timeout 10s;"
 
            ;; 'guix publish --ttl' produces a 'Cache-Control' header for
            ;; use by 'guix substitute'.  Let it through rather than use



reply via email to

[Prev in Thread] Current Thread [Next in Thread]