healthchecks_consecutive_fails

The number of consecutive fails required from a health check before changing the health to unhealthy.

APIs.ioEngineeringPlatform
View JSON Schema on GitHub

JSON Schema

apis-io-engineering-platform-healthchecks-consecutive-fails-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/healthchecks_consecutive_fails",
  "title": "healthchecks_consecutive_fails",
  "default": 1,
  "description": "The number of consecutive fails required from a health check before changing the health to unhealthy.",
  "type": "integer"
}