zhangyong 6 月之前
父节点
当前提交
c75ea65704
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      job_video_processing.py

+ 1 - 1
job_video_processing.py

@@ -8,7 +8,7 @@ max_workers = 10
 
 def video_ai_task_start():
     with ThreadPoolExecutor( max_workers=max_workers) as executor:
-        redis_task_list = ['task:video_ai_top', 'task:video_ai_recommend'] * 3
+        redis_task_list = ['task:video_ai_top', 'task:video_ai_recommend']
         # 任务索引
         task_index = 0
         while True: