Commit c9caff4b by Phạm Văn Đoan

tạm dừng gửi mail cảnh báo ở hệ thống cũ

parent 24b11fa4
......@@ -107,7 +107,8 @@ class Kernel extends ConsoleKernel
$schedule->command('send:email warning_weekly_report')->dailyAt('8:05');
$schedule->command('send:email warning_monthly_report')->dailyAt('8:10');
// Gửi mail nhắc nhở check CMS hàng ngày trước 9h
$schedule->command('send:email daily_checking')->dailyAt('9:01');
// Tạm dừng gửi vì đã triển khai lên hệ thống khác
//$schedule->command('send:email daily_checking')->dailyAt('9:01');
$schedule->command('queue:work --once --timeout=120')->everyMinute()->withoutOverlapping();
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment