update staging, change to every 10 minutes pushing

This commit is contained in:
Edmond Lang
2025-10-26 16:34:20 +08:00
parent 7919ecd86e
commit 6b34176bab
+1 -1
View File
@@ -82,7 +82,7 @@ class Kernel extends ConsoleKernel
}
// // Push booking module to Lark
$schedule->command('lark:push-booking-transactions-module')
->hourly()
->everyTenMinutes()
->withoutOverlapping();
}
//Commands Version 1: Before Laravel Vapor/AWS