From e4c633960d06ef5626ad3281f4a27e6ef1cb90ec Mon Sep 17 00:00:00 2001 From: Christopher Baines Date: Fri, 3 Feb 2023 12:20:01 +0100 Subject: Drop the number of times to retry fetching branch derivation changes As these requests are quite slow, so there isn't much value in retrying so many times. --- guix-qa-frontpage/guix-data-service.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'guix-qa-frontpage') diff --git a/guix-qa-frontpage/guix-data-service.scm b/guix-qa-frontpage/guix-data-service.scm index 0c47dfc..423ecb7 100644 --- a/guix-qa-frontpage/guix-data-service.scm +++ b/guix-qa-frontpage/guix-data-service.scm @@ -153,7 +153,7 @@ "derivation_changes")) (alist-delete "derivation_changes" json-body))))))) - #:times 6 + #:times 1 #:delay 5)) (define (get-latest-processed-branch-revision branch) -- cgit v1.2.3