Commit c5ebd33b by Phạm Văn Đoan

thiết lập thời gian cảnh báo qua email

parent 03bf30c6
......@@ -100,6 +100,10 @@ class Kernel extends ConsoleKernel
$schedule->command('calculate:report weekly')->dailyAt('4:05');
$schedule->command('calculate:report monthly')->monthlyOn(21, '5:05');
// Gửi mail check BXH
$schedule->command('send:email warning_daily_report')->dailyAt('8:01');
$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');
......
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