|
...
|
...
|
@@ -29,7 +29,7 @@ class Kernel extends ConsoleKernel |
|
|
|
$schedule->command('sync_manager')->dailyAt('01:00')->withoutOverlapping(1); //TODO::手机号码同步 每天执行一次
|
|
|
|
$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);
|
|
|
|
// $schedule->command('update_keyword_content')->hourly()->withoutOverlapping(1);
|
|
|
|
// 每日推送已完成视频任务项目生成对应界面
|
|
|
|
//更新AI站点数据
|
|
|
|
$schedule->command('updateAiProjects')->everyFourHours()->withoutOverlapping(1);
|
...
|
...
|
|