Function: shouldRemediateMonitorInterval()
shouldRemediateMonitorInterval(
interval:unknown):boolean
Defined in: shared/constants/monitoring.ts:32
Determines whether a monitor check interval requires remediation.
Parametersโ
intervalโ
unknown
The interval value to evaluate.
Returnsโ
boolean
true if the interval is missing, not a number, or is below
MIN_MONITOR_CHECK_INTERVAL_MS; otherwise, false.