healthchecks_retries

The number of retries to attempt in case of a timeout before marking the origin as unhealthy. Retries are attempted immediately.

APIs.ioEngineeringPlatform
View JSON Schema on GitHub

JSON Schema

apis-io-engineering-platform-healthchecks-retries-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/healthchecks_retries",
  "title": "healthchecks_retries",
  "default": 2,
  "description": "The number of retries to attempt in case of a timeout before marking the origin as unhealthy. Retries are attempted immediately.",
  "type": "integer"
}