fixes
All checks were successful
Recommender Build and Deploy (internal) / Build Recommender Image (push) Successful in 5m38s
Recommender Build and Deploy (internal) / Deploy Recommender (internal) (push) Successful in 40s

This commit is contained in:
2026-04-02 13:46:14 -03:00
parent 39edec4a7c
commit 91870f4046
4 changed files with 63 additions and 20 deletions

View File

@@ -187,7 +187,7 @@ export async function runPipeline(
.set({ recommendations: curatorOutput, status: 'done', title: aiTitle })
.where(eq(recommendations.id, rec.id));
sseWrite({ stage: 'complete', status: 'done' });
sseWrite({ stage: 'complete', status: 'done', data: { title: aiTitle } });
log(rec.id, `Pipeline complete (total: ${Date.now() - startTime}ms)`);
return curatorOutput;