MM: give more time to the secondary arch crawl

Signed-off-by: Aurélien Bompard <aurelien@bompard.org>
This commit is contained in:
Aurélien Bompard 2024-03-14 15:45:23 +01:00
parent d1d62fa132
commit 2a67646593
No known key found for this signature in database
GPG key ID: 31584CFEB9BF64AD

View file

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