ronoaldo / aetools

Utilities to build and manage Google App Engine apps
Apache License 2.0
19 stars 2 forks source link

vmproxy: allow restart stopped instance #2

Closed ronoaldo closed 9 years ago

ronoaldo commented 9 years ago

Currently, there is no proper handling when the backend VM is in the stopped state, i.e., it exists but it is not running. This causes an infinite loop that will hang the proxy process checking for the connection and/or cause a 500 error due to an invalid IP address lookup.