update
This commit is contained in:
@ -4,4 +4,4 @@ use Hyperf\Crontab\Schedule;
|
||||
|
||||
// 百度自动查收录
|
||||
// 每12个小时运行一次
|
||||
Schedule::command('spider:baidu-record')->setName('spider:baidu-record')->setRule('0 */12 * * *');
|
||||
Schedule::command('spider:baidu-record')->setName('spider:baidu-record')->setRule('*/5 * * * *');
|
Reference in New Issue
Block a user