From edf788fab0029ce6131f56c9a164ad861c6ebb83 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Aur=C3=A9lien=20Bompard?= Date: Mon, 25 Mar 2024 09:30:58 +0100 Subject: [PATCH] Mirrormanager: adjust timeout and schedule for some very long runs 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 | 18 ++++++++++++------ 1 file changed, 12 insertions(+), 6 deletions(-) diff --git a/vars/apps/mirrormanager.yml b/vars/apps/mirrormanager.yml index 2da0a0d78b..175c28213d 100644 --- a/vars/apps/mirrormanager.yml +++ b/vars/apps/mirrormanager.yml @@ -44,22 +44,28 @@ mirrormanager_cron_crawler: # Archived distros # This can be a veeery long crawl - category: "Fedora Archive" - schedule: "0 2 * * 1-6" + schedule: "0 2 * * 2,4" threads: 20 - timeout: 1380 # 23h + timeout: 2700 # 45h include_disabled: false - category: "Fedora Archive" - schedule: "0 2 * * 0" + schedule: "0 2 * * 6" threads: 20 - timeout: 1380 # 23h + timeout: 2700 # 45h #host_timeout: 600 include_disabled: true # Other content + # This can be a veeery long crawl - category: "Fedora Other" - schedule: "0 14 * * *" + schedule: "0 14 * * 2,4" threads: 20 - timeout: 1380 # 23h + timeout: 2700 # 45h include_disabled: false + - category: "Fedora Other" + schedule: "0 14 * * 6" + threads: 20 + timeout: 2700 # 45h + include_disabled: true # CentOS: regular weekdays run on active mirrors. - category: "CentOS" schedule: "0 5,11 * * 1-6"