From 2a67646593a25898feb817eac7fa5b6dcd251cd4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Aur=C3=A9lien=20Bompard?= Date: Thu, 14 Mar 2024 15:45:23 +0100 Subject: [PATCH] MM: give more time to the secondary arch crawl 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 | 16 ++++++++++------ 1 file changed, 10 insertions(+), 6 deletions(-) diff --git a/vars/apps/mirrormanager.yml b/vars/apps/mirrormanager.yml index 661412a576..e4c7b5a916 100644 --- a/vars/apps/mirrormanager.yml +++ b/vars/apps/mirrormanager.yml @@ -18,11 +18,17 @@ mirrormanager_cron_crawler: timeout: 1080 # 18h include_disabled: true # Secondary arches + # This can be a veeery long crawl because it has all versions for secondary arches - category: "Fedora Secondary Arches" - schedule: "0 3,9 * * *" - threads: 10 - timeout: 300 + schedule: "0 9 * * 1-6" + threads: 30 + timeout: 1380 include_disabled: false + - category: "Fedora Secondary Arches" + schedule: "0 9 * * 0" + threads: 30 + timeout: 1380 + include_disabled: true # EPEL: regular weekdays run on active mirrors. - category: "Fedora EPEL" schedule: "45 */6 * * 1-6" @@ -36,17 +42,15 @@ mirrormanager_cron_crawler: timeout: 1080 include_disabled: true # Archived distros + # This can be a veeery long crawl - category: "Fedora Archive" schedule: "0 2 * * 1-6" threads: 20 - ## This can be a veeery long crawl timeout: 1380 # 23h - #host_timeout: 600 include_disabled: false - category: "Fedora Archive" schedule: "0 2 * * 0" threads: 20 - ## This can be a veeery long crawl timeout: 1380 # 23h #host_timeout: 600 include_disabled: true