aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristopher Baines <mail@cbaines.net>2023-02-03 12:20:01 +0100
committerChristopher Baines <mail@cbaines.net>2023-02-03 12:20:01 +0100
commite4c633960d06ef5626ad3281f4a27e6ef1cb90ec (patch)
tree6cebee2980ca6b9eef80b299cc5cd30039e03e2d
parentb27dcb4d82f08ac5ae21cbed52fa06642e4c5d2e (diff)
downloadqa-frontpage-e4c633960d06ef5626ad3281f4a27e6ef1cb90ec.tar
qa-frontpage-e4c633960d06ef5626ad3281f4a27e6ef1cb90ec.tar.gz
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.
-rw-r--r--guix-qa-frontpage/guix-data-service.scm2
1 files changed, 1 insertions, 1 deletions
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)