Most applications must perform an HTTP health check, which tells the platform to send an HTTP request to a specific endpoint of your application. Your application should return an HTTP 200 to this request to signify that it is healthy.
When the health check is not responding fast enough, the application crashes, and the following log message is produced in Diego's BBS log:
Instance became unhealthy: Failed to make HTTP request to '/healthcheck' on port 8080: timed out after 1.00 seconds
Once an application has been deployed on TAS for VMs, Diego performs a health check on the application every second. If the application does not respond within a second to that request, the health check fails.