guix-commits
[Top][All Lists]
Advanced

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

02/02: hydra: bayfront: Tweak the full gc mcron job.


From: Christopher Baines
Subject: 02/02: hydra: bayfront: Tweak the full gc mcron job.
Date: Thu, 7 Mar 2024 11:13:52 -0500 (EST)

cbaines pushed a commit to branch master
in repository maintenance.

commit 8c1c87b735ad584de4092b71ca643f9a2152df0d
Author: Christopher Baines <mail@cbaines.net>
AuthorDate: Thu Mar 7 15:00:14 2024 +0000

    hydra: bayfront: Tweak the full gc mcron job.
    
    To run more frequently and to be easier to find in the logs.
    
    * hydra/bayfront.scm <mcron-configuration>: Tweak the full gc job
    config.
---
 hydra/bayfront.scm | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/hydra/bayfront.scm b/hydra/bayfront.scm
index 45375cc..ca332bc 100644
--- a/hydra/bayfront.scm
+++ b/hydra/bayfront.scm
@@ -1523,9 +1523,10 @@ proxy_set_header  Via  $via;"
              (mcron-configuration
               (jobs
                (let ((threshold (* 1600 GiB)))
-                 (list #~(job '(next-hour-from (next-day (range 1 31 7)) '(2))
+                 (list #~(job '(next-hour-from (next-day (range 1 31 5)) '(2))
                               (string-append
-                               #$guix "/bin/guix gc"))
+                               #$guix "/bin/guix gc")
+                              "full guix gc")
 
                        #~(job '(next-hour '(1))
                               (string-append



reply via email to

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