mirror of
https://github.com/internetee/registry.git
synced 2025-05-17 17:59:47 +02:00
Add invoice cancelling cronjob
This commit is contained in:
parent
6070c31ed6
commit
bd9ca4e1a2
1 changed files with 5 additions and 1 deletions
|
@ -16,6 +16,10 @@ every 10.minutes do
|
||||||
runner 'ZonefileSetting.generate_zonefiles'
|
runner 'ZonefileSetting.generate_zonefiles'
|
||||||
end
|
end
|
||||||
|
|
||||||
every 6.months, at: '1am' do
|
every 6.months, at: '12pm' do
|
||||||
runner 'Contact.destroy_orphans'
|
runner 'Contact.destroy_orphans'
|
||||||
end
|
end
|
||||||
|
|
||||||
|
every 1.days, at: '12:10pm' do
|
||||||
|
runner 'Invoice.cancel_overdue_invoices'
|
||||||
|
end
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue