Commit 8cd0fa51 by Phạm Văn Đoan

thiết lập lại cấu hình chạy lấy lượt nghe

parent dc6fd23f
......@@ -72,20 +72,17 @@ class Kernel extends ConsoleKernel
// 22h bắt đầu quét. Quét 3 lần, lần cuối quét hết
$schedule->command('crawler:get-listen keeng')->dailyAt('22:00');
$schedule->command('crawler:get-listen keeng')->dailyAt('22:05');
$schedule->command('crawler:get-listen keeng')->dailyAt('22:10');
$schedule->command('crawler:get-listen keeng --limit=-1')->dailyAt('22:15');
$schedule->command('crawler:get-listen keeng --limit=-1')->dailyAt('22:10');
// 22h30 bắt đầu quét. Quét 3 lần, lần cuối quét hết
$schedule->command('crawler:get-listen nct')->dailyAt('22:30');
$schedule->command('crawler:get-listen nct')->dailyAt('22:35');
$schedule->command('crawler:get-listen nct')->dailyAt('22:40');
$schedule->command('crawler:get-listen nct --limit=-1')->dailyAt('22:45');
$schedule->command('crawler:get-listen nct')->dailyAt('22:20');
$schedule->command('crawler:get-listen nct')->dailyAt('22:25');
$schedule->command('crawler:get-listen nct --limit=-1')->dailyAt('22:30');
// 23h bắt đầu quét. Quét 3 lần, lần cuối quét hết
$schedule->command('crawler:get-listen zing')->dailyAt('23:00');
$schedule->command('crawler:get-listen zing')->dailyAt('23:05');
$schedule->command('crawler:get-listen zing')->dailyAt('23:10');
$schedule->command('crawler:get-listen zing --limit=-1')->dailyAt('23:15');
$schedule->command('crawler:get-listen zing')->dailyAt('22:40');
$schedule->command('crawler:get-listen zing')->dailyAt('22:45');
$schedule->command('crawler:get-listen zing --limit=-1')->dailyAt('22:50');
$schedule->command('calculate:daily-listen')->dailyAt('1:00');
$schedule->command('calculate:daily-listen')->dailyAt('1:10');
......
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