fix: surface match live stream partial failures

This commit is contained in:
hajimi
2026-06-21 12:29:36 +08:00
parent ecef509037
commit a9281f27c7
2 changed files with 13 additions and 2 deletions
+1 -1
View File
@@ -245,7 +245,7 @@ def run(db_config: Dict[str, Any]) -> Dict[str, Any]:
candidate_count = len(rows)
return {
"success": True,
"success": failed_count == 0,
"candidate_count": candidate_count,
"saved_count": success_count,
"count": success_count,