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();
|
->withoutOverlapping();
|
||||||
|
|
||||||
// Push company module to Lark
|
// Push company module to Lark
|
||||||
$schedule->command('lark:push-company-module')
|
// $schedule->command('lark:push-company-module')
|
||||||
->hourly()
|
// ->hourly()
|
||||||
->withoutOverlapping();
|
// ->withoutOverlapping();
|
||||||
|
|
||||||
// Push booking module to Lark
|
// Push booking module to Lark
|
||||||
$schedule->command('lark:push-booking-module')
|
// $schedule->command('lark:push-booking-module')
|
||||||
->hourly()
|
// ->hourly()
|
||||||
->withoutOverlapping();
|
// ->withoutOverlapping();
|
||||||
|
|
||||||
// // Push booking module to Lark
|
// // Push booking module to Lark
|
||||||
// $schedule->command('lark:push-booking-transactions-module')
|
// $schedule->command('lark:push-booking-transactions-module')
|
||||||
// ->everyTenMinutes();
|
// ->everyTenMinutes();
|
||||||
// $schedule->command('lark:push-booking-2025-transactions-module')
|
// $schedule->command('lark:push-booking-2025-transactions-module')
|
||||||
// ->everyTenMinutes();
|
// ->everyTenMinutes();
|
||||||
// $schedule->command('lark:push-booking-september-2025-transactions-module')
|
$schedule->command('lark:push-booking-september-2025-transactions-module')
|
||||||
// ->everyTenMinutes();
|
->everyTenMinutes();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
// Commands Version 1: Before Laravel Vapor/AWS
|
// Commands Version 1: Before Laravel Vapor/AWS
|
||||||
|
|||||||
Reference in New Issue
Block a user