aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristopher Baines <mail@cbaines.net>2020-04-29 08:20:08 +0100
committerChristopher Baines <mail@cbaines.net>2020-04-29 08:20:08 +0100
commit774971e06ce6b7ac3fe746683aad16463bf1b3ee (patch)
treed32fcfebe8709b6181f0b64f91427af810d1ccb0
parent3af9759c3ebe205d84134707a506809ca0973a57 (diff)
downloadbuild-coordinator-774971e06ce6b7ac3fe746683aad16463bf1b3ee.tar
build-coordinator-774971e06ce6b7ac3fe746683aad16463bf1b3ee.tar.gz
Increase the number of times to retry agent requests
-rw-r--r--guix-build-coordinator/agent-messaging/http.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/guix-build-coordinator/agent-messaging/http.scm b/guix-build-coordinator/agent-messaging/http.scm
index b1aa9a6..cc09b95 100644
--- a/guix-build-coordinator/agent-messaging/http.scm
+++ b/guix-build-coordinator/agent-messaging/http.scm
@@ -474,7 +474,7 @@ port. Also, the port used can be changed by passing the --port option.\n"
response))))
(retry-on-error make-request
- #:times 3
+ #:times 9
#:delay 10))
(define (submit-status coordinator-uri agent-uuid password
@@ -543,7 +543,7 @@ port. Also, the port used can be changed by passing the --port option.\n"
(dump-port file-port request-port))
#:binary #t))
#:headers `((Authorization . ,auth-value))))
- #:times 3
+ #:times 9
#:delay 30))
(define (submit-build-result coordinator-uri agent-uuid password