fix: Resolve for loop break issue

This commit is contained in:
Igor Ilic 2025-07-10 23:49:00 +02:00
parent dc38ff3838
commit 30be0df314

View file

@ -119,7 +119,7 @@ async def run_tasks(
).scalar_one_or_none()
if data_point:
if data_point.pipeline_status.get(pipeline_name) == "Completed":
break
continue
try:
async for result in run_tasks_with_telemetry(