From d1d62fa132b42eeda949f09b2a1386992f251147 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Aur=C3=A9lien=20Bompard?= Date: Thu, 14 Mar 2024 15:38:31 +0100 Subject: [PATCH] MM: give more time to the archive 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 | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) diff --git a/vars/apps/mirrormanager.yml b/vars/apps/mirrormanager.yml index eb10d69f9e..661412a576 100644 --- a/vars/apps/mirrormanager.yml +++ b/vars/apps/mirrormanager.yml @@ -37,12 +37,19 @@ mirrormanager_cron_crawler: include_disabled: true # Archived distros - category: "Fedora Archive" - schedule: "0 2 * * *" + schedule: "0 2 * * 1-6" threads: 20 - timeout: 720 - ## This can be a veeery long crawl per host + ## 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 # Other content - category: "Fedora Other" schedule: "0 14 * * *"