luojunhui 3 tuần trước cách đây
mục cha
commit
87d745ed64
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      coldStartTasks/ai_pipeline/extract_video_best_frame.py

+ 1 - 1
coldStartTasks/ai_pipeline/extract_video_best_frame.py

@@ -36,7 +36,7 @@ class ExtractVideoBestFrame:
         """
         fetch_query = f"""
             select id, video_oss_path from {table_name} 
-            where upload_status = 0
+            where upload_status = 0 and priority = 1
             limit {task_num};
         """
         upload_task_list = self.db_client.fetch(