Delete Old Documents and Tasks Automatically¶
Obsolete Documents¶
The seal-operator-fileupload service is responsible for deleting obsolete documents automatically from the My Documents panel. By default, it searches once per hour for documents older than three days and deletes them.
The following keys can be used to customize this process:
-
HOUSEKEEPER_INTERVAL: time interval after which theseal-operator-fileuploadservice looks for obsolete documents -
HOUSEKEEPER_SWEEP_AGE: minimum age of documents to be deleted
Finished Tasks¶
The seal-operator-server service is responsible for deleting obsolete finished tasks automatically, i. e. tasks with the completed, aborted or failed status. By default, it searches once per hour for finished tasks older than 24 hours and deletes them.
The following keys can be used to customize this process:
-
TASK_TIMEOUT: time interval after which theseal-operator-serverservice looks for obsolete tasks -
TASK_TTL_COMPLETED: minimum age of completed tasks to be deleted -
TASK_TTL_ABORTED: minimum age of aborted tasks to be deleted -
TASK_TTL_FAILED: minimum age of failed tasks to be deleted -
TASK_TTL_PROCESSING: minimum age of processing tasks to be deleted -
TASK_TTL_OPEN: minimum age of open tasks to be deleted