We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
scout:import-all
1 parent 74f6b9e commit e84ef4cCopy full SHA for e84ef4c
app/Console/Kernel.php
@@ -40,15 +40,6 @@ protected function schedule(Schedule $schedule)
40
->withoutOverlapping(self::FOR_ONE_YEAR)
41
->sendOutputTo(storage_path('logs/import-daily-last-run.log'));
42
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
52
$schedule->command('import:monthly')
53
->monthlyOn(1, '03:00')
54
->sendOutputTo(storage_path('logs/import-monthly-last-run.log'));
0 commit comments