Open martinalig opened 4 years ago
The DB cleanup is currently triggered every 60 minutes and cleans all keys based on the received_at timestamp using the configured rentention period.
This should be changed, that keys are removed based on the keydate. So keys with keydate older than the retention period should be removed.
The DB cleanup is currently triggered every 60 minutes and cleans all keys based on the received_at timestamp using the configured rentention period.
This should be changed, that keys are removed based on the keydate. So keys with keydate older than the retention period should be removed.