durable_started return

This commit is contained in:
Igor Loskutov
2025-12-19 21:07:12 -05:00
parent 84c1a57c83
commit f163111b4a

View File

@@ -323,9 +323,6 @@ async def _process_multitrack_recording_inner(
await transcripts_controller.update( await transcripts_controller.update(
transcript, {"workflow_run_id": workflow_id} transcript, {"workflow_run_id": workflow_id}
) )
durable_started = True
if durable_started:
return return
# Celery pipeline (runs when durable workflows disabled) # Celery pipeline (runs when durable workflows disabled)