summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ARCH11
1 files changed, 11 insertions, 0 deletions
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
-------