This commit is contained in:
toom1996
2025-07-30 15:32:31 +08:00
parent a29a9de435
commit b0196bb672
2 changed files with 8 additions and 2 deletions

View File

@ -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 * * * *');