04.28.2025: Improved Shutdown Handling π
Available in Phoenix 8.28+
Previous04.28.2025: TLS Support for Phoenix Server πNext04.25.2025: Scroll Selected Span Into View π±οΈ
Last updated
Was this helpful?
Available in Phoenix 8.28+
Last updated
Was this helpful?
When stopping the Phoenix server via Ctrl+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.
: Use Float for token count summaries
: Improve browser compatibility for table sizing
: Simplify homeLoaderQuery
to prevent idle timeout errors