update honey trap cron

This commit is contained in:
edmondlang
2023-03-20 10:28:01 +08:00
parent 584819a513
commit 52980b8863
+1 -1
View File
@@ -35,7 +35,7 @@ class Kernel extends ConsoleKernel
$schedule->command('mail:EmailDoToVTCommand')->dailyAt('10:00')->withoutOverlapping();
$schedule->command('seasonalSegmantCompany:remove')
->hourly()
->dailyAt('01:00')
->appendOutputTo (storage_path().'/logs/soft-delete-seasonal-segmant-company.log')
->withoutOverlapping();
}