zhangyong 6 月之前
父節點
當前提交
3768c4cac9
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      job_video_processing.py

+ 1 - 1
job_video_processing.py

@@ -10,7 +10,7 @@ def video_ai_task_start():
     with ThreadPoolExecutor( max_workers=max_workers) as executor:
         while True:
             try:
-                redis_task_list = ['task:video_ai_top', 'task:video_ai_recommend'] * 3
+                redis_task_list = ['task:video_ai_top']
                 futures = []
                 start_time = time.time()  # 记录开始时间