yext / edward

A tool for managing local microservice instances
http://engblog.yext.com/edward/
MIT License
171 stars 32 forks source link

docker: Notice when container is no longer running #169

Closed meirf closed 6 years ago

meirf commented 6 years ago

Aside from calling edward status, the Status function is called frequently by the runner. We utilize that frequent call to close the done channel which is normally done by Stop.

Probably the less hacky way to implement this is to see how commandline deals with this scenario. (I think it might use logic in status.go getState)

See for more info: https://yext.slack.com/archives/CDW79LMCJ/p1541712100011800