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:
parent
6e6f1a28d6
commit
6bf9bbddda
1 changed files with 1 additions and 1 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue