guix-commits
[Top][All Lists]
Advanced

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

01/02: hydra: cleanup-cuirass-roots: Run twice a day.


From: Ludovic Courtès
Subject: 01/02: hydra: cleanup-cuirass-roots: Run twice a day.
Date: Mon, 23 Nov 2020 08:52:12 -0500 (EST)

civodul pushed a commit to branch master
in repository maintenance.

commit fd82333ab0a6ebfca78d8633904645e374515a43
Author: Ludovic Courtès <ludo@gnu.org>
AuthorDate: Mon Nov 23 14:50:32 2020 +0100

    hydra: cleanup-cuirass-roots: Run twice a day.
    
    * hydra/modules/sysadmin/services.scm (gc-jobs): Run
    CLEANUP-CUIRASS-ROOTS twice a day.
---
 hydra/modules/sysadmin/services.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/hydra/modules/sysadmin/services.scm 
b/hydra/modules/sysadmin/services.scm
index c87f510..d890fe6 100644
--- a/hydra/modules/sysadmin/services.scm
+++ b/hydra/modules/sysadmin/services.scm
@@ -176,7 +176,7 @@
 
 (define (gc-jobs threshold)
   "Return the garbage collection mcron jobs."
-  (list #~(job '(next-hour '(3))
+  (list #~(job '(next-hour '(3 15))
                #$cleanup-cuirass-roots)
 
         #~(job '(next-hour '(4))



reply via email to

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