Commit 1860cae1 by Phạm Văn Đoan

đổi lại thời gian lấy bài hát từ zing tự động thành 30 phút / 1 lần

parent a328a79b
...@@ -33,7 +33,7 @@ class Kernel extends ConsoleKernel ...@@ -33,7 +33,7 @@ class Kernel extends ConsoleKernel
$schedule->command('crontjob:test')->hourly(); $schedule->command('crontjob:test')->hourly();
$schedule->command('zing:get-track')->everyFiveMinutes(); $schedule->command('zing:get-track')->everyThirtyMinutes();
$schedule->command('queue:work --once --timeout=120')->everyMinute()->withoutOverlapping(); $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