Commit Graph

4 Commits

Author SHA1 Message Date
panda 9a4f51d378 fix: add retry limit to startup wait loops to prevent infinite hang
Each service wait loop now fails after 30 retries (~60s) instead of
spinning forever when a port is occupied by a stuck process.
Also added cleanup label that kills partially-started services on failure.
2026-05-23 09:20:55 +08:00
panda 40adf50702 fix: add chcp 65001 and .venv check to startup scripts 2026-05-23 09:15:44 +08:00
panda 751df5c4a9 fix: resolve quoting issue in start_all.bat frontend launch, add node_modules check 2026-05-23 09:11:53 +08:00
panda 1e5ce9725b feat: FastAPI+SSE API server, JRXML auto-reorder, session integrity fixes 2026-05-22 17:53:59 +08:00