From 6bf9bbddda18594c4763450c898fedb4ae187ec9 Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Wed, 26 Oct 2022 12:14:29 -0700 Subject: [PATCH] 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 --- roles/koji_hub/files/koji-sidetag-cleanup | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/koji_hub/files/koji-sidetag-cleanup b/roles/koji_hub/files/koji-sidetag-cleanup index de708f8dbb..9a264c8278 100644 --- a/roles/koji_hub/files/koji-sidetag-cleanup +++ b/roles/koji_hub/files/koji-sidetag-cleanup @@ -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"