mirror of
https://github.com/internetee/registry.git
synced 2025-07-22 18:56:05 +02:00
parent
f55169c2b4
commit
885f28e34e
1 changed files with 4 additions and 0 deletions
|
@ -54,6 +54,10 @@ if @cron_group == 'registry'
|
||||||
runner 'DomainCron.start_redemption_grace_period'
|
runner 'DomainCron.start_redemption_grace_period'
|
||||||
end
|
end
|
||||||
|
|
||||||
|
every '0 0 1 * *' do
|
||||||
|
runner 'Directo.send_monthly_invoices'
|
||||||
|
end
|
||||||
|
|
||||||
every :day, at: '19:00pm' do
|
every :day, at: '19:00pm' do
|
||||||
runner 'Directo.send_receipts'
|
runner 'Directo.send_receipts'
|
||||||
end if @environment == 'production'
|
end if @environment == 'production'
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue