Closed jlewitt1 closed 1 week ago
Your pull request is modifying functions with the following pre-existing issues:
📄 File: runhouse/resources/hardware/launcher_utils.py
Function | Unhandled Issue |
---|---|
up |
Exception: Received [500] from Den POST 'https://api.run.house/cluster/up': {'code': 404, 'detail': 'No clus... ... Event Count: 2 |
up |
Exception: Received [403] from Den POST 'https://api.run.house/cluster/up': {'detail': 'Not authenticated'} ... Event Count: 2 |
Did you find this useful? React with a 👍 or 👎
main
This stack of pull requests is managed by Graphite. Learn more about stacking.
I don't think we can remove this code if you want to be able to work with the cluster after launching. We need to return and set the configuration from the Launcher so that the cluster can be used afterwards. E.g. cluster.restart_server()
or .to(cluster)
If we save the cluster object properly in the den launcher immediately after launching, we can save the need to have to update any SSH creds or launched property fields.
Have a launcher PR up which saves the cluster to Den immediately after it is launched, saving us the need to reload or resave those attributes on the client