health_checks
(OPTIONAL)
This is a definition of an array of health checks for your app. The sloppy.io platform will test the app and if the app turned unhealthy it will be restarted automatically.
Example:
{"health_checks":[
{
"timeout_seconds":10,
"interval_seconds":10,
"max_consecutive_failures":3,
"path":"/",
"type":"HTTP",
"grace_period_seconds":3
}
]}