From 28f56e2602d30086fc5a7f6f49a30d2a01fadaca Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Aur=C3=A9lien=20Bompard?= Date: Wed, 13 Mar 2024 12:15:59 +0100 Subject: [PATCH] MM: ajust cronjobs to avoid overlap MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Aurélien Bompard --- vars/apps/mirrormanager.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/vars/apps/mirrormanager.yml b/vars/apps/mirrormanager.yml index d4aea21aa0..143a9e22a5 100644 --- a/vars/apps/mirrormanager.yml +++ b/vars/apps/mirrormanager.yml @@ -7,13 +7,13 @@ mm2_checkin: false mirrormanager_cron_crawler: # Active distros: regular weekdays run on active mirrors. - category: "Fedora Linux" - schedule: "0 */12 * * 1-6" + schedule: "0 1,13 * * 1-6" threads: 40 timeout: 600 include_disabled: false # Active distros: Sunday run on active and inactive mirrors, may last up to 18h - category: "Fedora Linux" - schedule: "0 0 * * 0" + schedule: "0 1 * * 0" threads: 40 timeout: 1080 # 18h include_disabled: true