Interface: LivenessConfig
August 8, 2026 · View on GitHub
@plures/praxis / index / LivenessConfig
Interface: LivenessConfig
Defined in: src/unified/types.ts:131
Liveness monitoring configuration — detect stale paths after initialization.
Properties
expect
expect:
string[]
Defined in: src/unified/types.ts:133
Paths that must update within timeoutMs after init
onStale?
optionalonStale?: (path,elapsed) =>void
Defined in: src/unified/types.ts:137
Callback when a path is stale
Parameters
path
string
elapsed
number
Returns
void
timeoutMs?
optionaltimeoutMs?:number
Defined in: src/unified/types.ts:135
Milliseconds to wait before flagging staleness (default: 5000)