fix: cleanup rtf on pipeline finish

This commit is contained in:
Abhishek Kumar 2026-03-25 22:44:38 +05:30
parent 6054300837
commit 2d91336aec
2 changed files with 5 additions and 0 deletions

View file

@ -913,4 +913,5 @@ async def _run_pipeline(
except asyncio.CancelledError:
logger.warning("Received CancelledError in _run_pipeline")
finally:
await feedback_observer.cleanup()
logger.debug(f"Cleaned up context providers for workflow run {workflow_run_id}")