iad2: kojira: try and monitor external repos for changes too and add a queue_file for kojira debugging

Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
Kevin Fenzi 2020-06-11 10:35:11 -07:00
parent ff9b7157bd
commit 8f38c7c4f2

View file

@ -40,3 +40,17 @@ serverca = /etc/pki/ca-trust/extracted/pem/tls-ca-bundle.pem
;we want this super long so we don't delete latest repos
;just set this to 6 months for now.
dist_repo_lifetime = 7257600
; If True, monitor external repos and trigger the appropriate Koji repo
; regenerations when they change.
; Note that you need to have your database set to use UTC, as otherwise
; you can end with weird behaviour. For details see
; https://pagure.io/koji/issue/2159
check_external_repos = True
; Writable path could be set here. In such case, kojira will write a
; list of currently monitored tags there with simple statistics in
; every cycle. File would contain information about how long these
; tags are expired and what is the computed score for them. This can
; be used to debug and check in realtime the actual performance.
queue_file = /var/tmp/kojira-queue