Add "Directo.send_monthly_invoices" to schedule

#475
This commit is contained in:
Artur Beljajev 2017-05-08 01:09:29 +03:00
parent f55169c2b4
commit 885f28e34e

View file

@ -54,6 +54,10 @@ if @cron_group == 'registry'
runner 'DomainCron.start_redemption_grace_period'
end
every '0 0 1 * *' do
runner 'Directo.send_monthly_invoices'
end
every :day, at: '19:00pm' do
runner 'Directo.send_receipts'
end if @environment == 'production'