MM: ajust cronjobs to avoid overlap

Signed-off-by: Aurélien Bompard <aurelien@bompard.org>
This commit is contained in:
Aurélien Bompard 2024-03-13 12:15:59 +01:00
parent 4ab815200b
commit 28f56e2602
No known key found for this signature in database
GPG key ID: 31584CFEB9BF64AD

View file

@ -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