Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Daytona server start health check doesn't wait for everything to start #1357

Open
Tpuljak opened this issue Nov 21, 2024 · 0 comments
Open
Labels
bug Something isn't working

Comments

@Tpuljak
Copy link
Member

Tpuljak commented Nov 21, 2024

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:

  1. Run daytona server -y && daytona provider ls
  2. Observe that no providers are listed
  3. Wait a few seconds
  4. daytona provider ls
  5. 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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant