-
-
Notifications
You must be signed in to change notification settings - Fork 11
Open
Labels
Description
I've started work on the disposer command, which the intention is to have run by cron to a schedule of the users choosing.
The basic structure of the disposer is there, as are some common disposer types.
I'm trying to decide how to reduce the amount of records that need to be scanned for expiry, the process could be resource intensive for large data sets, if you have to open each PersonalData type to check the creation date and the retention period.