luojunhui 3 周之前
父節點
當前提交
87d745ed64
共有 1 個文件被更改,包括 1 次插入1 次删除
  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(