Skip to content

update: update user delete request cleanup to use configs when cleaning

Martin Lowe requested to merge malowe/main/118 into main
  • update: update user delete request cleanup to use configs when cleaning

Previously, this mechanism used hard coded numbers in SQL models to do lookups for deletion requests that were ready for cleanup. Instead, the task now uses the configuration and ensures that all present and tracked requests have been actioned.

Any requests that are either no longer tracked, were deleted outside of the regular flow (like USS), or may have been created before a host was added for tracking are not counted for/against cleanup.

Resolves #118

Merge request reports

Loading