Commit 7668b5a3 by Phạm Văn Đoan

tạm khóa các task lại để lấy lượt nghe

parent 99981313
......@@ -50,18 +50,18 @@ class Kernel extends ConsoleKernel
*/
protected function schedule(Schedule $schedule)
{
$schedule->command('crontjob:test')->hourly();
//$schedule->command('crontjob:test')->hourly();
$schedule->command('zing:get-track')->everyThirtyMinutes();
$schedule->command('zing:get-new-release-track')->hourlyAt(5);
//$schedule->command('zing:get-track')->everyThirtyMinutes();
//$schedule->command('zing:get-new-release-track')->hourlyAt(5);
$schedule->command('nct:get-track')->hourlyAt(10);
//$schedule->command('nct:get-track')->hourlyAt(10);
$schedule->command('nhacvn:get-track')->hourlyAt(15);
//$schedule->command('nhacvn:get-track')->hourlyAt(15);
$schedule->command('keeng:get-track')->hourlyAt(20);
//$schedule->command('keeng:get-track')->hourlyAt(20);
$schedule->command('crawler:get-track-image')->hourlyAt(35);
//$schedule->command('crawler:get-track-image')->hourlyAt(35);
// 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');
......
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