Improve retention

Add db cleanup
Fixes #103
This commit is contained in:
2023-05-11 09:40:13 +02:00
parent cc634dd155
commit 19e3ba7290
4 changed files with 42 additions and 8 deletions

View File

@@ -73,6 +73,10 @@
"move"
]
},
"includeDB": {
"description": "Also remove jobs from database",
"type": "boolean"
},
"age": {
"description": "Act on jobs with startTime older than age (in days)",
"type": "integer"