Skip to content

Commit e84ef4c

Browse files
committed
Remove scout:import-all from schedule [API-202]
1 parent 74f6b9e commit e84ef4c

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

app/Console/Kernel.php

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -40,15 +40,6 @@ protected function schedule(Schedule $schedule)
4040
->withoutOverlapping(self::FOR_ONE_YEAR)
4141
->sendOutputTo(storage_path('logs/import-daily-last-run.log'));
4242

43-
$schedule->command('scout:import-all')
44-
->dailyAt('03:00')
45-
->withoutOverlapping(self::FOR_ONE_YEAR)
46-
->sendOutputTo(storage_path('logs/scout-import-all-last-run.log'));
47-
48-
// $schedule->command('search:audit')
49-
// ->dailyAt('05:00')
50-
// ->sendOutputTo(storage_path('logs/search-audit-last-run.log'));
51-
5243
$schedule->command('import:monthly')
5344
->monthlyOn(1, '03:00')
5445
->sendOutputTo(storage_path('logs/import-monthly-last-run.log'));

0 commit comments

Comments
 (0)