luojunhui vor 2 Monaten
Ursprung
Commit
87d745ed64
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
  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(