소스 검색

新增热点事件

luojunhui 1 주 전
부모
커밋
2f37a30b3c
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      applications/tasks/dev/data_analysis.py

+ 1 - 1
applications/tasks/dev/data_analysis.py

@@ -42,7 +42,7 @@ class DataAnalysis:
         return await run_tasks_with_asyncio_task_group(
             task_list=articles,
             handler=self.set_each_record,
-            max_concurrency=2,
+            max_concurrency=1,
             fail_fast=False,
             description="更新文章分类",
             unit="id",