All checks were successful
Gitea Actions Demo / build-and-push (push) Successful in 49s
- Implemented account deletion scheduler in `account_deletion_scheduler.py` to manage user deletions based on a defined threshold. - Added logging for deletion processes, including success and error messages. - Created tests for deletion logic, including edge cases, retry logic, and integration tests to ensure complete deletion workflows. - Ensured that deletion attempts are tracked and that users are marked for manual intervention after exceeding maximum attempts. - Implemented functionality to check for interrupted deletions on application startup and retry them.
8 lines
234 B
Plaintext
8 lines
234 B
Plaintext
backend/test_data/db/children.json
|
|
backend/test_data/db/images.json
|
|
backend/test_data/db/pending_rewards.json
|
|
backend/test_data/db/rewards.json
|
|
backend/test_data/db/tasks.json
|
|
backend/test_data/db/users.json
|
|
logs/account_deletion.log
|