mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-06-23 20:00:33 -04:00
Clean up cron scheduler
This commit is contained in:
parent
4d5ec46ab9
commit
11ac06f60a
@ -53,17 +53,5 @@ class Kernel extends ConsoleKernel
|
|||||||
->command('ninja:send-reminders --force')
|
->command('ninja:send-reminders --force')
|
||||||
->sendOutputTo($logFile)
|
->sendOutputTo($logFile)
|
||||||
->daily();
|
->daily();
|
||||||
|
|
||||||
if (Utils::isNinja()) {
|
|
||||||
$schedule
|
|
||||||
->command('ninja:send-renewals --force')
|
|
||||||
->sendOutputTo($logFile)
|
|
||||||
->daily();
|
|
||||||
}
|
|
||||||
|
|
||||||
$schedule
|
|
||||||
->command('updater:check-for-update --prefixVersionWith=v')
|
|
||||||
->sendOutputTo($logFile)
|
|
||||||
->daily();
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user