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
Describe the bug
The daytona server process only waits for the API server to start before exiting the command. This is problematic because the startup process also includes booting up the providers, the local registry and the headscale server which might fail or not be up soon enough for the user to interact with.
To Reproduce
Steps to reproduce the behavior:
Run daytona server -y && daytona provider ls
Observe that no providers are listed
Wait a few seconds
daytona provider ls
Observe that providers are present not
Expected behavior
The daytona server command should make sure that all the components have started successfully before exiting the command. This will ensure that the user is fully informed about the state of the server upon completion.
Desktop (please complete the following information):
OS: any
Daytona Version: v0.45.0
The text was updated successfully, but these errors were encountered:
Describe the bug
The
daytona server
process only waits for the API server to start before exiting the command. This is problematic because the startup process also includes booting up the providers, the local registry and the headscale server which might fail or not be up soon enough for the user to interact with.To Reproduce
Steps to reproduce the behavior:
daytona server -y && daytona provider ls
daytona provider ls
Expected behavior
The
daytona server
command should make sure that all the components have started successfully before exiting the command. This will ensure that the user is fully informed about the state of the server upon completion.Desktop (please complete the following information):
The text was updated successfully, but these errors were encountered: