Delete Obsolete Documents and Tasks Automatically¶
The seal-operator-fileupload service is responsible for deleting obsolete documents automatically from the My Documents panel. By default, it searches once an hour for documents older than three days and deletes them.
With the following keys, you customize the regular deletion of obsolete documents:
-
HOUSEKEEPER_INTERVAL: Time interval after which theseal-operator-fileuploadservice looks for obsolete documents -
HOUSEKEEPER_SWEEP_AGE: Minimum age of documents to be deleted
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 an hour for finished tasks older than 24 hours and deletes them.
With the following keys, you customize the regular deletion of obsolete tasks:
-
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