Kernel.php edited online with Bitbucket
This commit is contained in:
parent
aedca761f8
commit
c118feb8a2
|
|
@ -13,6 +13,9 @@ class Kernel extends ConsoleKernel
|
|||
protected function schedule(Schedule $schedule): void
|
||||
{
|
||||
$schedule->command('smartcane:build-reports')->dailyAt('7:00');
|
||||
$schedule->command('queue:work --timeout=600 --stop-when-empty')
|
||||
->withoutOverlapping()
|
||||
->everyMinute();
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
|
|||
Loading…
Reference in a new issue