fix: source kind for file processing (#601)

This commit is contained in:
2025-09-04 13:00:14 +02:00
committed by Mathieu Virbel
parent 457823e1c1
commit dc82f8bb3b
5 changed files with 55 additions and 16 deletions

View File

@@ -34,7 +34,7 @@ async def transcript_process(
)
if task_is_scheduled_or_active(
"reflector.pipelines.main_live_pipeline.task_pipeline_process",
"reflector.pipelines.main_file_pipeline.task_pipeline_file_process",
transcript_id=transcript_id,
):
return ProcessStatus(status="already running")