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
Right after stellar network container start returns me to my prompt, this command will tell me "502: Bad Gateway". Then it will tell me "data stores not yet initialized" for a minute or so. Then, finally, it just says "healthy".
What would you like to see?
I don't want to be returned to my prompt until the network is healthy.
It would be nice to have some sort of loader, and maybe a status message. "Starting http...", "Initializing data stores...".
What alternatives are there?
If there's some edge case I'm unaware of in which it would be useful for people to have a partially-started local network, then we could also provide a --no-wait flag.
The text was updated successfully, but these errors were encountered:
What problem does your feature solve?
When I run
I always, every single time I personally do this, don't want the network to be considered "started" until it's actually healthy.
Right now, I need to manually check if it's healthy, with an ugly curl command like
Right after
stellar network container start
returns me to my prompt, this command will tell me "502: Bad Gateway". Then it will tell me "data stores not yet initialized" for a minute or so. Then, finally, it just says "healthy".What would you like to see?
I don't want to be returned to my prompt until the network is healthy.
It would be nice to have some sort of loader, and maybe a status message. "Starting http...", "Initializing data stores...".
What alternatives are there?
If there's some edge case I'm unaware of in which it would be useful for people to have a partially-started local network, then we could also provide a
--no-wait
flag.The text was updated successfully, but these errors were encountered: