#1238 Add a 21 day inactivity check to sidetag cleanup
Merged a year ago by kevin. Opened 2 years ago by kevin.
Unknown source sidetag-cleanup-cleanup  into  main

@@ -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"

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

Build succeeded.

rebased onto 6bf9bbd

a year ago

rebased onto 6bf9bbd

a year ago

Pull-Request has been merged by kevin

a year ago

Build succeeded.

Metadata