Commit fe297545 by Phạm Văn Đoan

test lấy bài hát sau 5 phút

parent dc5ef86a
......@@ -31,7 +31,9 @@ class Kernel extends ConsoleKernel
// $schedule->command('inspire')
// ->hourly();
$schedule->command('crontjob:test')->everyFiveMinutes();
$schedule->command('crontjob:test')->hourly();
$schedule->command('zing:get-track')->everyFiveMinutes();
$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