去除每天爬取。阻塞业务了

This commit is contained in:
liuwei
2026-01-08 17:10:59 +08:00
parent b3e6be1f3a
commit 6c5049a420

View File

@@ -149,11 +149,6 @@ def jobs(robot: Robot):
if hasattr(robot, 'message_storage') and robot.message_storage:
await robot.message_storage.process_pending_images(minutes_ago=10, batch_size=20)
#每天抓取sehuatxinx入库
# @async_job.at_times(["23:30"])
# async def process_pending_sehuatang_job():
# crawler = SehuatangCrawler()
# crawler.run()
if __name__ == "__main__":