Skip to content

v0.1.11 — Fix live dashboard flickering and crash loop

Choose a tag to compare

@ssdavidai ssdavidai released this 23 Feb 11:16

Bugfix for alfred up --live (v0.1.10).

Fixed

  • Flickering/stdout leaking: Parent process no longer sets up a stdout logging handler in live mode; child processes redirect stdout/stderr to /dev/null immediately after fork to catch stray prints and uncaught tracebacks
  • Rapid restart loop: Dashboard now enforces a 5-second cooldown between crash detection and restart (matching the original monitor loop), preventing transient failures from burning through all 5 restart attempts in seconds