Release: graceful Start/Stop (starting/stopping states) + cached GPU reads #163
Reference in New Issue
Block a user
Delete Branch "dev"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Agent-only. Operator report: Start/Stop fire but the status view never updates.
act()now applies the POST's own status response immediately and shows an optimistic starting/stopping state (pulsing, buttons disabled) on click — no longer waits on the lagging/statuspoll.activedrains to 0, then resolves to stopped on its own.applyStatus()guards the/status-only fields (connection pill + queue) so the lean, fast action response can't blank them./statusno longer spawns its ownnvidia-smi— so the fast/gpupoll + autoscaler +/statusshare one subprocess instead of piling up in the server thread pool (the underlying reason clicks felt dead under load).Ships in the agent image.
🤖 Generated with Claude Code