civodul pushed a commit to branch master
in repository maintenance.
commit fd82333ab0a6ebfca78d8633904645e374515a43
Author: Ludovic Courtès <[email protected]>
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))