04.28.2025
Improved Shutdown Handling
When stopping the Phoenix server viaCtrl+C, the shutdown process now exits cleanly without displaying a traceback or returning a non-zero exit code. Previously, a KeyboardInterrupt and CancelledError traceback could appear, ending the process with status code 130. The server now swallows the interrupt for a smoother shutdown experience, exiting with code 0 by default to reflect intentional termination.feat: gracefully handle ctrl-c by codefromthecrypt ยท Pull Request #7305 ยท Arize-ai/phoenix
GitHub
Improvements and Bug Fixes ๐
- Fix: Use Float for token count summaries
- Enhancement: Improve browser compatibility for table sizing
- UX: Simplify
homeLoaderQueryto prevent idle timeout errors

