mirror of
https://github.com/katanemo/plano.git
synced 2026-06-26 15:39:40 +02:00
Implement ProviderSelector that determines the next provider for retry attempts based on: - Failover provider list with priority ordering - Latency-blocked provider filtering - Retry-After header honoring - Round-robin and priority-based selection strategies Signed-off-by: Troy Mitchell <i@troy-y.org> |
||
|---|---|---|
| .. | ||
| backoff.rs | ||
| error_detector.rs | ||
| error_response.rs | ||
| latency_block_state.rs | ||
| latency_trigger.rs | ||
| mod.rs | ||
| provider_selector.rs | ||
| retry_after_state.rs | ||
| validation.rs | ||