From 4efbdabd77d2ec71766d2ab140198964202884e1 Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Fri, 17 Oct 2014 15:27:14 +0300 Subject: Document how old job removal is to work --- ARCH | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'ARCH') diff --git a/ARCH b/ARCH index 1588dfc..6eb8376 100644 --- a/ARCH +++ b/ARCH @@ -372,6 +372,17 @@ The MINION to WEBAPP. * Go back to top to request new job. + +Old job removal +--------------- + +To avoid the STATEDB filling up with logs of old jobs, a systemd timer +unit will run occasionally to remove jobs so old, nobody cares about +them anymore. To make it easier to experiment with the logic of +choosing what to remove (age only? keep failed ones? something else?) +the removal is kept outside the WEBAPP. + + STATEDB ------- -- cgit v1.2.1