delete all bulk download files

This commit is contained in:
edmondlang
2023-10-12 19:12:52 +08:00
parent 47ec38bb96
commit 5bd7a6104f
+5 -1
View File
@@ -38,7 +38,11 @@ class Kernel extends ConsoleKernel
->dailyAt('01:00')
->appendOutputTo(storage_path().'/logs/soft-delete-seasonal-segmant-company.log')
->withoutOverlapping();
$schedule->command('delete:bulk-download-files')
->hourly()
->appendOutputTo(storage_path().'/logs/delete-bulk-download-files.log')
->withoutOverlapping();
}
/**