Mirrormanager: adjust timeout and schedule for some very long runs
Signed-off-by: Aurélien Bompard <aurelien@bompard.org>
This commit is contained in:
parent
914de65fe9
commit
edf788fab0
1 changed files with 12 additions and 6 deletions
|
@ -44,22 +44,28 @@ mirrormanager_cron_crawler:
|
||||||
# Archived distros
|
# Archived distros
|
||||||
# This can be a veeery long crawl
|
# This can be a veeery long crawl
|
||||||
- category: "Fedora Archive"
|
- category: "Fedora Archive"
|
||||||
schedule: "0 2 * * 1-6"
|
schedule: "0 2 * * 2,4"
|
||||||
threads: 20
|
threads: 20
|
||||||
timeout: 1380 # 23h
|
timeout: 2700 # 45h
|
||||||
include_disabled: false
|
include_disabled: false
|
||||||
- category: "Fedora Archive"
|
- category: "Fedora Archive"
|
||||||
schedule: "0 2 * * 0"
|
schedule: "0 2 * * 6"
|
||||||
threads: 20
|
threads: 20
|
||||||
timeout: 1380 # 23h
|
timeout: 2700 # 45h
|
||||||
#host_timeout: 600
|
#host_timeout: 600
|
||||||
include_disabled: true
|
include_disabled: true
|
||||||
# Other content
|
# Other content
|
||||||
|
# This can be a veeery long crawl
|
||||||
- category: "Fedora Other"
|
- category: "Fedora Other"
|
||||||
schedule: "0 14 * * *"
|
schedule: "0 14 * * 2,4"
|
||||||
threads: 20
|
threads: 20
|
||||||
timeout: 1380 # 23h
|
timeout: 2700 # 45h
|
||||||
include_disabled: false
|
include_disabled: false
|
||||||
|
- category: "Fedora Other"
|
||||||
|
schedule: "0 14 * * 6"
|
||||||
|
threads: 20
|
||||||
|
timeout: 2700 # 45h
|
||||||
|
include_disabled: true
|
||||||
# CentOS: regular weekdays run on active mirrors.
|
# CentOS: regular weekdays run on active mirrors.
|
||||||
- category: "CentOS"
|
- category: "CentOS"
|
||||||
schedule: "0 5,11 * * 1-6"
|
schedule: "0 5,11 * * 1-6"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue