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()  # 记录开始时间