|
...
|
...
|
@@ -37,7 +37,6 @@ class Kernel extends ConsoleKernel |
|
|
|
$schedule->command('update_keyword_content')->hourly()->withoutOverlapping(1);
|
|
|
|
// 每月15号执行任务
|
|
|
|
$schedule->command('delete_template_log')->monthlyOn(15, '00:01')->withoutOverlapping();
|
|
|
|
$schedule->command('update_video_number')->monthlyOn(13, '00:01')->withoutOverlapping();
|
|
|
|
// 每日推送已完成视频任务项目生成对应界面
|
|
|
|
$schedule->command('notice_c')->dailyAt('04:00')->withoutOverlapping(1);
|
|
|
|
}
|
...
|
...
|
|