Hi,
Is it possible to implement a custom health-check for standard engine instances? I tried to configure liveness-check and readiness-check, but these seem to be supported only in flex environment.
The reason I would like to do that is that recently we ran into following issue several times: one of the instances stopped responding successfully to requests, always returning HTTP status 500. This instance is then being kept alive and accessible for hours, leading to intermittent failures for our customers. Our workaround for this is to delete the problematic instance (and fix the problematic code eventually).