mirror of
https://github.com/internetee/registry.git
synced 2025-05-16 17:37:17 +02:00
Fix crontab
This commit is contained in:
parent
bd9ca4e1a2
commit
f4ba4d4238
1 changed files with 1 additions and 1 deletions
|
@ -20,6 +20,6 @@ every 6.months, at: '12pm' do
|
|||
runner 'Contact.destroy_orphans'
|
||||
end
|
||||
|
||||
every 1.days, at: '12:10pm' do
|
||||
every :day, at: '12:10pm' do
|
||||
runner 'Invoice.cancel_overdue_invoices'
|
||||
end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue