mirror of
https://github.com/katanemo/plano.git
synced 2026-06-08 14:55:14 +02:00
Add 13 test-specific plano configs covering: - Basic 429/503 retry scenarios - Multi-provider failover with priority ordering - Max attempts and backoff delay verification - Retry-After header honoring and blocking - Timeout-triggered retry - High latency failover - Streaming retry - Request body preservation across retries Signed-off-by: Troy Mitchell <i@troy-y.org> |
||
|---|---|---|
| .. | ||
| retry_it1_basic_429.yaml | ||
| retry_it2_503_different_provider.yaml | ||
| retry_it3_all_exhausted.yaml | ||
| retry_it4_no_retry_policy.yaml | ||
| retry_it5_max_attempts.yaml | ||
| retry_it6_backoff_delay.yaml | ||
| retry_it7_fallback_priority.yaml | ||
| retry_it8_retry_after_honored.yaml | ||
| retry_it9_retry_after_blocks_selection.yaml | ||
| retry_it10_timeout_triggers_retry.yaml | ||
| retry_it11_high_latency_failover.yaml | ||
| retry_it12_streaming.yaml | ||
| retry_it13_body_preserved.yaml | ||