load-balancing_interval

The interval between each health check. Shorter intervals may improve failover time, but will increase load on the origins as we check from multiple locations.

APIs.ioEngineeringPlatform
View JSON Schema on GitHub

JSON Schema

apis-io-engineering-platform-load-balancing-interval-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/load-balancing_interval",
  "title": "load-balancing_interval",
  "default": 60,
  "description": "The interval between each health check. Shorter intervals may improve failover time, but will increase load on the origins as we check from multiple locations.",
  "type": "integer"
}