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