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.
This commit is contained in:
parent
85ffe10aed
commit
10d52244f8
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue