Add poll message on start of grace period for soft delete

Add removing forceDelete on registrant change.
Restore email template choosing on safe force delete via admin
dashboard.

See https://github.com/internetee/registry/issues/1428#issuecomment-573766153
This commit is contained in:
Alex Sherman 2020-01-14 17:03:23 +05:00
parent 222ac639ac
commit 9916ca52cb
8 changed files with 84 additions and 52 deletions

View file

@ -46,7 +46,7 @@ if @cron_group == 'registry'
runner 'DomainCron.start_redemption_grace_period'
end
every 1.hour do
every 1.day do
runner 'DomainCron.start_client_hold'
end