Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Clean up user entries of accounts which never got deployed after x months #83

Open
adzialocha opened this issue Jun 8, 2021 · 2 comments

Comments

@adzialocha
Copy link
Collaborator

adzialocha commented Jun 8, 2021

We need a worker tasks running every day / week. It automatically removes user entries which are:

  • Undeployed
  • Older than 3 months
  • No trust connection exists
@louilinn
Copy link
Collaborator

Does this "Older than 3 months" refer to the accounts of which the dead man's switch was activated?

@llunaCreixent
Copy link
Member

No, it means that in the db there's the data for the safe creation. Sometimes, the Safe is never deployed, but the data remains stored in our database, which is not useful anymore unless we deploy the Safe. If we create a recovery logic where users can finish the creation process of a wallet, we will have to take into account if this cleaning task interferes.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants