Commit 4b9d6ba8 by Phạm Văn Đoan

đổi lại thời gian tổng hợp lượt nghe

parent d4050713
...@@ -84,10 +84,10 @@ class Kernel extends ConsoleKernel ...@@ -84,10 +84,10 @@ class Kernel extends ConsoleKernel
$schedule->command('crawler:get-listen zing')->dailyAt('22:45'); $schedule->command('crawler:get-listen zing')->dailyAt('22:45');
$schedule->command('crawler:get-listen zing --limit=-1')->dailyAt('22:50'); $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('5:00');
$schedule->command('calculate:daily-listen')->dailyAt('1:10'); $schedule->command('calculate:daily-listen')->dailyAt('5:10');
$schedule->command('calculate:report daily')->dailyAt('8:05'); $schedule->command('calculate:report daily')->dailyAt('9:05');
$schedule->command('calculate:report weekly')->sundays(); $schedule->command('calculate:report weekly')->sundays();
$schedule->command('calculate:report monthly')->monthlyOn(21, '6:10'); $schedule->command('calculate:report monthly')->monthlyOn(21, '6: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