added changelog

This commit is contained in:
Om Chauhan
2026-04-08 09:37:58 +05:30
parent 225ea907d5
commit b010dd58d2

1
changelog/4255.fixed.md Normal file
View File

@@ -0,0 +1 @@
- Fixed `PipelineRunner._gc_collect()` blocking the event loop by running `gc.collect()` synchronously. Now offloaded via `asyncio.to_thread` to avoid stalling concurrent pipeline tasks.