mirror of
https://gitlab.com/CIEFWorldwideSdnBhd/exchange-2.0.git
synced 2026-08-19 04:23:55 +00:00
Laravel Vapor - Disable all schedule commands
This commit is contained in:
+19
-19
@@ -31,27 +31,27 @@ class Kernel extends ConsoleKernel
|
||||
protected function schedule(Schedule $schedule)
|
||||
{
|
||||
|
||||
// $schedule->command('inspire')->hourly();
|
||||
$schedule->command('mail:EmailDoToVTCommand')->dailyAt('10:00')->withoutOverlapping();
|
||||
// // $schedule->command('inspire')->hourly();
|
||||
// $schedule->command('mail:EmailDoToVTCommand')->dailyAt('10:00')->withoutOverlapping();
|
||||
|
||||
$schedule->command('seasonalSegmantCompany:remove')
|
||||
->dailyAt('01:00')
|
||||
->appendOutputTo(storage_path().'/logs/soft-delete-seasonal-segmant-company.log')
|
||||
->withoutOverlapping();
|
||||
|
||||
$schedule->command('delete:bulk-download-files')
|
||||
->hourly()
|
||||
->appendOutputTo(storage_path().'/logs/delete-bulk-download-files.log')
|
||||
->withoutOverlapping();
|
||||
|
||||
$schedule->command('booking:expired')
|
||||
->dailyAt('02:00')
|
||||
->appendOutputTo(storage_path().'/logs/expire-booking.log')
|
||||
->withoutOverlapping();
|
||||
|
||||
// $schedule->command('purchaseOrder:autoFill')
|
||||
// ->dailyAt('03:00')
|
||||
// $schedule->command('seasonalSegmantCompany:remove')
|
||||
// ->dailyAt('01:00')
|
||||
// ->appendOutputTo(storage_path().'/logs/soft-delete-seasonal-segmant-company.log')
|
||||
// ->withoutOverlapping();
|
||||
|
||||
// $schedule->command('delete:bulk-download-files')
|
||||
// ->hourly()
|
||||
// ->appendOutputTo(storage_path().'/logs/delete-bulk-download-files.log')
|
||||
// ->withoutOverlapping();
|
||||
|
||||
// $schedule->command('booking:expired')
|
||||
// ->dailyAt('02:00')
|
||||
// ->appendOutputTo(storage_path().'/logs/expire-booking.log')
|
||||
// ->withoutOverlapping();
|
||||
|
||||
// // $schedule->command('purchaseOrder:autoFill')
|
||||
// // ->dailyAt('03:00')
|
||||
// // ->withoutOverlapping();
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user