ray-2.54.1
📦 rayView on GitHub →
🐛 1 fixes🔧 1 symbols
Summary
This patch release fixes a critical performance degradation issue by temporarily disabling the hanging issue detector which was causing blocking calls to the Ray State API.
🐛 Bug Fixes
- Disabled the hanging issue detector (#61895) because it was making blocking calls to the Ray State API, causing the scheduling loop to block and degrading pipeline performance.