mirror of
https://gitlab.com/CIEFWorldwideSdnBhd/exchange-2.0.git
synced 2026-08-19 04:23:55 +00:00
vapor/staging only amendment
This commit is contained in:
+8
-8
@@ -112,22 +112,22 @@ return Application::configure(basePath: dirname(__DIR__))
|
||||
->withoutOverlapping();
|
||||
|
||||
// Push company module to Lark
|
||||
$schedule->command('lark:push-company-module')
|
||||
->hourly()
|
||||
->withoutOverlapping();
|
||||
// $schedule->command('lark:push-company-module')
|
||||
// ->hourly()
|
||||
// ->withoutOverlapping();
|
||||
|
||||
// Push booking module to Lark
|
||||
$schedule->command('lark:push-booking-module')
|
||||
->hourly()
|
||||
->withoutOverlapping();
|
||||
// $schedule->command('lark:push-booking-module')
|
||||
// ->hourly()
|
||||
// ->withoutOverlapping();
|
||||
|
||||
// // Push booking module to Lark
|
||||
// $schedule->command('lark:push-booking-transactions-module')
|
||||
// ->everyTenMinutes();
|
||||
// $schedule->command('lark:push-booking-2025-transactions-module')
|
||||
// ->everyTenMinutes();
|
||||
// $schedule->command('lark:push-booking-september-2025-transactions-module')
|
||||
// ->everyTenMinutes();
|
||||
$schedule->command('lark:push-booking-september-2025-transactions-module')
|
||||
->everyTenMinutes();
|
||||
}
|
||||
}
|
||||
// Commands Version 1: Before Laravel Vapor/AWS
|
||||
|
||||
Reference in New Issue
Block a user