From 10d52244f8764a4b4ff03072e6c4696e2593c58b Mon Sep 17 00:00:00 2001 From: rcourtman Date: Tue, 21 Oct 2025 10:45:46 +0000 Subject: [PATCH] docs: remove internal 'Phase 2' reference from adaptive polling docs Replace internal development phase reference with clear description of what the adaptive polling scheduler does. 'Phase 2' is internal jargon that provides no value to users. --- docs/monitoring/ADAPTIVE_POLLING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/monitoring/ADAPTIVE_POLLING.md b/docs/monitoring/ADAPTIVE_POLLING.md index 940d1e5..61fa4fb 100644 --- a/docs/monitoring/ADAPTIVE_POLLING.md +++ b/docs/monitoring/ADAPTIVE_POLLING.md @@ -1,7 +1,7 @@ # Adaptive Polling Architecture ## Overview -Phase 2 introduces a scheduler that adapts poll cadence based on freshness, errors, and workload. The goal is to prioritize stale or changing instances while backing off on healthy, idle targets. +Pulse uses an adaptive polling scheduler that adapts poll cadence based on freshness, errors, and workload. The goal is to prioritize stale or changing instances while backing off on healthy, idle targets. ```mermaid flowchart TD