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