Add pull messages on soft force delete & force delete cancel

This commit is contained in:
Alex Sherman 2020-01-13 16:40:40 +05:00
parent c863cb2678
commit 222ac639ac
4 changed files with 14 additions and 1 deletions

View file

@ -46,6 +46,10 @@ if @cron_group == 'registry'
runner 'DomainCron.start_redemption_grace_period'
end
every 1.hour do
runner 'DomainCron.start_client_hold'
end
every '0 0 1 * *' do
runner 'Directo.send_monthly_invoices'
end