guix-commits
[Top][All Lists]
Advanced

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

branch master updated: Increase the job timeout


From: Christopher Baines
Subject: branch master updated: Increase the job timeout
Date: Wed, 10 Feb 2021 15:37:27 -0500

This is an automated email from the git hooks/post-receive script.

cbaines pushed a commit to branch master
in repository data-service.

The following commit(s) were added to refs/heads/master by this push:
     new 3368a64  Increase the job timeout
3368a64 is described below

commit 3368a64c04835a15d7539479ae97e6ce72cf9d5f
Author: Christopher Baines <mail@cbaines.net>
AuthorDate: Wed Feb 10 20:31:44 2021 +0000

    Increase the job timeout
    
    As for some jobs that take lots of time to compute and build the channel
    instance derivations, it can take more than 24 hours.
---
 guix-data-service/jobs.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/guix-data-service/jobs.scm b/guix-data-service/jobs.scm
index d770d34..fe9dc28 100644
--- a/guix-data-service/jobs.scm
+++ b/guix-data-service/jobs.scm
@@ -56,7 +56,7 @@
 
 (define default-timeout
   (* (* 60 60) ;; 1 hour in seconds
-     24))
+     48))
 
 (define* (process-jobs-concurrently
           fetch-new-jobs



reply via email to

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