mirror of
https://gitlab.com/CIEFWorldwideSdnBhd/exchange-2.0.git
synced 2026-08-19 04:23:55 +00:00
update staging, change to every 10 minutes pushing
This commit is contained in:
@@ -80,10 +80,6 @@ class Kernel extends ConsoleKernel
|
||||
// ->hourly()
|
||||
// ->withoutOverlapping();
|
||||
}
|
||||
// // Push booking module to Lark
|
||||
$schedule->command('lark:push-booking-transactions-module')
|
||||
->everyTenMinutes()
|
||||
->withoutOverlapping();
|
||||
}
|
||||
//Commands Version 1: Before Laravel Vapor/AWS
|
||||
else{
|
||||
@@ -109,6 +105,11 @@ class Kernel extends ConsoleKernel
|
||||
// ->dailyAt('03:00')
|
||||
// ->withoutOverlapping();
|
||||
}
|
||||
|
||||
// // Push booking module to Lark
|
||||
$schedule->command('lark:push-booking-transactions-module')
|
||||
->everyTenMinutes()
|
||||
->withoutOverlapping();
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user