作者 lyh

gx脚本

... ... @@ -23,7 +23,7 @@ class UpdateKeyword extends Command
*
* @var string
*/
protected $signature = 'update_keyword';
protected $signature = 'update_keyword_content';
/**
* The console command description.
... ...
... ... @@ -48,8 +48,8 @@ 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')->hourly()->withoutOverlapping(1);
$schedule->command('update_keyword_content')->hourly()->withoutOverlapping(1);
// 每日推送视频任务
$schedule->command('video_task')->hourly()->withoutOverlapping(1);
// 每日推送已完成视频任务项目生成对应界面
... ...