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

ginkgoctl command should block until service is "ready" #53

Open
chadselph opened this issue Apr 19, 2012 · 1 comment
Open

ginkgoctl command should block until service is "ready" #53

chadselph opened this issue Apr 19, 2012 · 1 comment
Labels

Comments

@chadselph
Copy link
Contributor

It would be great for gingkoctl to provide a command that asked a service if it was ready.

The reasoning behind this is for startup scripts that use ginkgo start. Since the process backgrounds itself, it will return whether or not the service came up cleanly. The command should either return when it gets a response from the service, timeout, or notice that the service's pid is no longer running.

@progrium
Copy link
Owner

Seems like a lot of daemons do this, like apache. Wonder how they do it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants