MM: give more time to the archive crawl

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

View file

@ -37,12 +37,19 @@ mirrormanager_cron_crawler:
include_disabled: true include_disabled: true
# Archived distros # Archived distros
- category: "Fedora Archive" - category: "Fedora Archive"
schedule: "0 2 * * *" schedule: "0 2 * * 1-6"
threads: 20 threads: 20
timeout: 720 ## This can be a veeery long crawl
## This can be a veeery long crawl per host timeout: 1380 # 23h
#host_timeout: 600 #host_timeout: 600
include_disabled: false 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 # Other content
- category: "Fedora Other" - category: "Fedora Other"
schedule: "0 14 * * *" schedule: "0 14 * * *"