HealthCheckerConfig Type

Configuration for health checker behavior

Record fields

Record Field Description

checkIntervalMs

Full Usage: checkIntervalMs

Field type: int

How often to run health checks (in milliseconds)

Field type: int

enabled

Full Usage: enabled

Field type: bool

Enable or disable health checking

Field type: bool

maxConnectionAgeSeconds

Full Usage: maxConnectionAgeSeconds

Field type: int

Maximum age for a connection to be active before considered stuck (seconds)

Field type: int

verbose

Full Usage: verbose

Field type: bool

Whether to log diagnostics

Field type: bool