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

ForceDelete: domains are not set for release nor sent to the auction #1119

Closed
vohmar opened this issue Mar 21, 2019 · 0 comments
Closed

ForceDelete: domains are not set for release nor sent to the auction #1119

vohmar opened this issue Mar 21, 2019 · 0 comments
Assignees
Labels

Comments

@vohmar
Copy link
Contributor

vohmar commented Mar 21, 2019

domain:release rake task does not handle domains with forceDelete status set.

ForceDelete sets separate delete date for the domain and does not touch delete_at value. So if both are set the one that arrives earlier takes an effect.

Delete process ends the same way for all forms of releasing the domain - expiration, epp domain:delete or adminstrative forceDelete. If auction is disabled deletecandidate status is set and delayed job is created to release the domain name at random time within next approximately 24 hours. If auction is enabled then all the released domains including the ones with forceDelete set must be auctioned off

def self.destroy_delete_candidates

@vohmar vohmar added the bug label Mar 21, 2019
artur-intech pushed a commit that referenced this issue Mar 22, 2019
- `DomainCron.destroy_delete_candidates` runner is removed from
`config/schedule.rb` with `domains:release` rake task as a replacement

Closes #1119
@artur-intech artur-intech assigned vohmar and unassigned artur-intech Mar 23, 2019
artur-intech pushed a commit that referenced this issue Mar 28, 2019
- `DomainCron.destroy_delete_candidates` runner is removed from
`config/schedule.rb` with `domains:release` rake task as a replacement

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

No branches or pull requests

2 participants