Re: CF app that helps with self-healing
Daniel Mikusa
Not sure I totally get what you are asking, but `cf restart-app-instance` will restart an instance, so if you have an alert trigger a script, you could script the restart. Or you could just have the app itself know when it gets into a bad state, presumably it would if it's emitting the metrics to indicate this, and exit. When it exits the platform will just restart the app. Dan
On Fri, Jan 24, 2020 at 12:30 PM Siva <mailsiva@...> wrote:
|
|