Commit graph

1 commit

Author SHA1 Message Date
jedarden
fceff86231 docs(bf-244): verify 429 retry logic unit tests
- Confirmed comprehensive 429 retry tests exist in proxy/retry_test.go
- All tests pass with -race flag
- Test coverage includes:
  - 429 with Retry-After header (delay honored, metric tracked, call counts verified)
  - 429 without Retry-After (exponential backoff, metric tracked, call counts verified)
  - Multiple retries, metric labels, concurrent scenarios
  - Integration tests with real ProxyHandler

Co-Authored-By: Claude <noreply@anthropic.com>
2026-07-02 15:04:19 -04:00