mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-04-01 01:41:13 +08:00
MM: give more time to the secondary arch crawl
Signed-off-by: Aurélien Bompard <aurelien@bompard.org>
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user