Kernel.php edited online with Bitbucket

This commit is contained in:
Martin Folkerts 2025-06-18 08:22:43 +00:00
parent aedca761f8
commit c118feb8a2

View file

@ -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();
}
/**