mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-03-20 03:57:02 +08:00
MM: pass the host-timeout option
Signed-off-by: Aurélien Bompard <aurelien@bompard.org>
This commit is contained in:
@@ -28,6 +28,8 @@ spec:
|
||||
- "{{ cronjob.threads }}"
|
||||
- "--global-timeout"
|
||||
- "{{ cronjob.timeout }}"
|
||||
- "--host-timeout"
|
||||
- "{{ cronjob.host_timeout | default('190') }}"
|
||||
- "--category"
|
||||
- "{{ cronjob.category }}"
|
||||
- "--{{ cronjob.include_disabled | ternary('include', 'exclude') }}-disabled"
|
||||
|
||||
@@ -34,6 +34,8 @@ mirrormanager_cron_crawler:
|
||||
schedule: "0 2 * * *"
|
||||
threads: 10
|
||||
timeout: 600
|
||||
# This can be a veeery long crawl
|
||||
host_timeout: 300
|
||||
include_disabled: false
|
||||
- category: "Fedora Other"
|
||||
schedule: "0 14 * * *"
|
||||
|
||||
Reference in New Issue
Block a user