You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
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
registry/app/models/domain_cron.rb
Line 82 in e4305e7
The text was updated successfully, but these errors were encountered: