mirror of
https://github.com/katanemo/plano.git
synced 2026-06-08 14:55:14 +02:00
retry: add retry orchestrator coordinating all components
Implement RetryOrchestrator as the top-level coordinator that: - Manages the full retry lifecycle per request - Integrates backoff, error detection, provider selection - Handles request deduplication via content hashing - Supports both same-provider retry and cross-provider failover - Emits structured attempt records for observability Signed-off-by: Troy Mitchell <i@troy-y.org>
This commit is contained in:
parent
52c71fe23f
commit
ed5e1d69d4
1 changed files with 2776 additions and 0 deletions
2776
crates/common/src/retry/orchestrator.rs
Normal file
2776
crates/common/src/retry/orchestrator.rs
Normal file
File diff suppressed because it is too large
Load diff
Loading…
Add table
Add a link
Reference in a new issue