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

Wait for server to be ready when starting container #45

Open
BSchilperoort opened this issue Nov 27, 2024 · 0 comments
Open

Wait for server to be ready when starting container #45

BSchilperoort opened this issue Nov 27, 2024 · 0 comments
Labels
Python Related to Python client/server

Comments

@BSchilperoort
Copy link
Member

Some models take some time to start up, especially in Julia when many packages need to be loaded in. If you try to connect immediately, you will get an error. However, if you wait a few seconds things go fine.

It would be more user-friendly if there was a timeout and a check to see if the server is alive and reachable. This way we can make the python process wait (and thus communicate to users that the server isn't ready yet).

@BSchilperoort BSchilperoort added the Python Related to Python client/server label Nov 27, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Python Related to Python client/server
Projects
None yet
Development

No branches or pull requests

1 participant