update staging, change to every 10 minutes pushing

This commit is contained in:
Edmond Lang
2025-10-26 16:49:11 +08:00
parent 6b34176bab
commit 3b3e20d781
+5 -4
View File
@@ -80,10 +80,6 @@ class Kernel extends ConsoleKernel
// ->hourly()
// ->withoutOverlapping();
}
// // Push booking module to Lark
$schedule->command('lark:push-booking-transactions-module')
->everyTenMinutes()
->withoutOverlapping();
}
//Commands Version 1: Before Laravel Vapor/AWS
else{
@@ -109,6 +105,11 @@ class Kernel extends ConsoleKernel
// ->dailyAt('03:00')
// ->withoutOverlapping();
}
// // Push booking module to Lark
$schedule->command('lark:push-booking-transactions-module')
->everyTenMinutes()
->withoutOverlapping();
}
/**