You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: improve studio reliability and agent heartbeat
- Fix environment variable: TF_CLIENT_INFO_PATH -> TF_CONNECTION_INFO_PATH
to match tensor-fusion-worker expectations
- Add TF_CONNECTION_INFO_PATH to studio containers with connections directory mount
at /var/run/tensor-fusion/connections to enable worker connection tracking
- Add default "sleep infinity" command for studio containers to prevent immediate exit
when no command is specified
- Reduce agent heartbeat interval from 60s to 30s for faster dashboard updates
and more responsive worker status reporting
These changes fix the "studio failed to stay running" issue and improve
real-time status synchronization between ggo and the web dashboard.
Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
0 commit comments