作者 lyh

gx

@@ -37,8 +37,6 @@ class Kernel extends ConsoleKernel @@ -37,8 +37,6 @@ class Kernel extends ConsoleKernel
37 $schedule->command('update_keyword_route')->dailyAt('01:00')->withoutOverlapping(1); //升级项目--清除路由相同的关键字 37 $schedule->command('update_keyword_route')->dailyAt('01:00')->withoutOverlapping(1); //升级项目--清除路由相同的关键字
38 $schedule->command('recommended_suppliers')->dailyAt('03:00')->withoutOverlapping(1); //每天凌晨1点执行一次生成推荐商 38 $schedule->command('recommended_suppliers')->dailyAt('03:00')->withoutOverlapping(1); //每天凌晨1点执行一次生成推荐商
39 $schedule->command('update_keyword_content')->hourly()->withoutOverlapping(1); 39 $schedule->command('update_keyword_content')->hourly()->withoutOverlapping(1);
40 - // 每月15号执行任务  
41 - $schedule->command('delete_template_log')->monthlyOn(15, '00:01')->withoutOverlapping();  
42 // 每日推送已完成视频任务项目生成对应界面 40 // 每日推送已完成视频任务项目生成对应界面
43 //更新AI站点数据 41 //更新AI站点数据
44 $schedule->command('updateAiProjects')->everyFourHours()->withoutOverlapping(1); 42 $schedule->command('updateAiProjects')->everyFourHours()->withoutOverlapping(1);