Add a 21 day inactivity check to sidetag cleanup

koji upstream added a inactivity check for sidetag-cleanup. Since we
don't specify it, we get the default (10days). Thats a bit short, so we
explicitly set it to 21 days for now and can adjust it more later.

Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
Kevin Fenzi 2022-10-26 12:14:29 -07:00 committed by kevin
parent 6e6f1a28d6
commit 6bf9bbddda

View file

@ -1,3 +1,3 @@
# Clean up sidetags.
MAILTO=releng-cron@lists.fedoraproject.org
0 4 * * * root /usr/local/bin/lock-wrapper koji-sidetag-cleanup "/usr/sbin/koji-sidetag-cleanup --empty-delay=14 --old-delay=30"
0 4 * * * root /usr/local/bin/lock-wrapper koji-sidetag-cleanup "/usr/sbin/koji-sidetag-cleanup --empty-delay=14 --inactive-delay=21 --old-delay=30"