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
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.
The text was updated successfully, but these errors were encountered:
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.The text was updated successfully, but these errors were encountered: