Laravel Vapor - New V2 command to do housekeeping at S3 Bucket

This commit is contained in:
Dillon Ngo
2024-05-25 12:34:56 +08:00
parent a6dc5d5203
commit 0913597746
+1 -1
View File
@@ -38,7 +38,7 @@ class Kernel extends ConsoleKernel
->withoutOverlapping();
$schedule->command('housekeeping-s3-files-command')
->everyFiveMinutes()
->dailyAt('01:00')
->withoutOverlapping();
//cief todo: disable commands to avoid unintentional interfering with production starts