Neeraj Gupta c73dc36a8c
[Server] Fix data cleanup pipeline for recovered account (#1410)
## Description
For accounts that were recovered post deletion (within x days), we were
not removing the entry from data_cleanup cron.

The data_clean up cron anyways verify that the account is indeed deleted
before proceeding with deletion, so it was not causing any harm, but the
cron was logging error.

## Tests

- [x] Verify that data clean up entry is removed if the account is
recovered
- [x] Verify that for existing data_cleanup entry for already recovered
account, the entry is deleted from cron.
2024-04-15 10:09:29 +05:30
..
2024-03-01 13:37:01 +05:30
2024-03-08 15:15:00 +05:30
2024-04-11 10:29:39 +05:30
2024-03-08 15:15:00 +05:30
2024-03-01 13:37:01 +05:30
2024-03-01 13:37:01 +05:30
2024-04-09 11:20:45 +05:30