修复冻结积分BUG | 拆镜状态异常BUG
This commit is contained in:
@@ -327,7 +327,7 @@ async def recover_shot_analysis_tasks_once(db: AsyncSession) -> dict[str, Any]:
|
||||
try:
|
||||
if owner_type == "task_set":
|
||||
analyze_original_video.apply_async(
|
||||
args=[owner_id],
|
||||
args=[owner_id, attempt],
|
||||
queue=CeleryQueue.GEN_SHOT_ANALYSIS.value,
|
||||
countdown=0,
|
||||
priority=settings.DOWNLOAD_TASK_PRIORITY_RECOVER,
|
||||
@@ -335,7 +335,7 @@ async def recover_shot_analysis_tasks_once(db: AsyncSession) -> dict[str, Any]:
|
||||
)
|
||||
else:
|
||||
analyze_custom_segment_video.apply_async(
|
||||
args=[owner_id],
|
||||
args=[owner_id, attempt],
|
||||
queue=CeleryQueue.GEN_SHOT_ANALYSIS.value,
|
||||
countdown=0,
|
||||
priority=settings.DOWNLOAD_TASK_PRIORITY_RECOVER,
|
||||
|
||||
Reference in New Issue
Block a user