From 6b34176bab1255f166a2d4d29a52e973084be6d7 Mon Sep 17 00:00:00 2001 From: Edmond Lang Date: Sun, 26 Oct 2025 16:34:20 +0800 Subject: [PATCH] update staging, change to every 10 minutes pushing --- app/Console/Kernel.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/Console/Kernel.php b/app/Console/Kernel.php index a4e3ec6d..4e0e6526 100644 --- a/app/Console/Kernel.php +++ b/app/Console/Kernel.php @@ -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