zhangyong 6 months ago
parent
commit
3768c4cac9
1 changed files with 1 additions and 1 deletions
  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()  # 记录开始时间