added changelog
This commit is contained in:
1
changelog/4255.fixed.md
Normal file
1
changelog/4255.fixed.md
Normal 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.
|
||||
Reference in New Issue
Block a user