removed sans-demon from scheduled tasks
This commit is contained in:
parent
493a32d0c0
commit
c27675b979
|
|
@ -12,7 +12,6 @@ class Kernel extends ConsoleKernel
|
||||||
*/
|
*/
|
||||||
protected function schedule(Schedule $schedule): void
|
protected function schedule(Schedule $schedule): void
|
||||||
{
|
{
|
||||||
$schedule->command('queue:work --sansdaemon')->everyMinute()->withoutOverlapping();
|
|
||||||
$schedule->command('smartcane:build-reports')->dailyAt('2:00');
|
$schedule->command('smartcane:build-reports')->dailyAt('2:00');
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue