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

Refactor domain release with DeleteCandidate procedure #1067

Open
vohmar opened this issue Jan 11, 2019 · 0 comments
Open

Refactor domain release with DeleteCandidate procedure #1067

vohmar opened this issue Jan 11, 2019 · 0 comments

Comments

@vohmar
Copy link
Contributor

vohmar commented Jan 11, 2019

Current solution adds deleteCandidate status to the domain registration that has passed its 'delete at' date. DeleteCandidate is set for random time for up to 24hrs. This is in conflict with domain regulations as the domain registration should not exist after delete at date has passed (no one owns that domain after that) and the deleteCandidate procedure just blocks the domain for being registered for a random period of time.

So the procedure should be as follows

  1. domain is expired
  2. after 15 days (configurable) domain is removed from zone
  3. after another 30 days (configurable) domain registration is deleted (archived) and the domain is added to blocked/deleteCandidate list for a random period of time between current moment and end of the day (estonian time)
  4. after the random period of time has passed the domain name is removed from blocked/deleteCandidate list and released for regular registration.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant