From a4e8df6c6b5e4f5ced59187ebabdb4873a731c47 Mon Sep 17 00:00:00 2001 From: Edmond Lang Date: Sun, 26 Oct 2025 18:48:11 +0800 Subject: [PATCH] enable pushing booking transaction on staging --- app/Console/Kernel.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/app/Console/Kernel.php b/app/Console/Kernel.php index 7e993e0d..08f56959 100644 --- a/app/Console/Kernel.php +++ b/app/Console/Kernel.php @@ -108,8 +108,7 @@ class Kernel extends ConsoleKernel // // Push booking module to Lark $schedule->command('lark:push-booking-transactions-module') - ->everyTenMinutes() - ->withoutOverlapping(); + ->everyTenMinutes(); } /**