healthchecks
(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:
healthchecks:
- timeout: 10
interval: 10
max_consecutive_failures: 3
path: "/"
type: "HTTP"
grace_period_seconds: 3