Skip to content

Revert #50 (transport error source chain) — keep loopback errors classifiable as retryable#52

Merged
senamakel merged 1 commit into
mainfrom
harness/revert-error-source-chain
Jul 11, 2026
Merged

Revert #50 (transport error source chain) — keep loopback errors classifiable as retryable#52
senamakel merged 1 commit into
mainfrom
harness/revert-error-source-chain

Conversation

@senamakel

Copy link
Copy Markdown
Member

Reverts #50 (error_source_chain). Surfacing the full reqwest cause chain (incl. connection refused (os error N)) caused OpenHuman's host classifier to treat an offline local provider as unreachable/non-retryable — but the host now deliberately keeps a short loopback send error retryable (a local server may be transiently starting up). The host had to pin before #50 to keep that behavior; this revert lets the host pin at a commit that still carries #49 (capability toggles) + #51 (Responses API) without the errno-surfacing. #50 can be reintroduced later behind an opt-in once the host classifier is reconciled.

cargo test --lib openai:: (65 pass), cargo clippy --lib -- -D warnings clean.

@coderabbitai

coderabbitai Bot commented Jul 11, 2026

Copy link
Copy Markdown

Warning

Review limit reached

You’ve reached a temporary PR review limit under our Fair Usage Limits Policy.

Your recent review volume is higher than typical usage, so adaptive limits are currently applied.

Next review available in: 9 minutes

Enable usage-based reviews in Billing to review now. Otherwise, wait until the next included review is available.
You're only billed for reviews past your plan's rate limits ($0.25/file).

How can I continue?

After more reviews become available, a review can be triggered using the @coderabbitai review command as a PR comment. Alternatively, push new commits to this PR.

To avoid repeated limits, reduce automatic review volume by pausing incremental auto-reviews earlier, using label-based review opt-in, excluding WIP or generated PR titles, or requesting reviews manually when the PR is ready. If your team needs uninterrupted high-volume reviews, an organization admin can enable usage-based reviews.

How do review limits work?

CodeRabbit enforces per-developer PR review limits for each organization. Most developers receive the normal plan review availability.

For paid Pro and Pro+ PR reviews, CodeRabbit uses adaptive limits for sustained high-volume activity. When a developer's recent PR review activity reaches the 95th percentile or higher among CodeRabbit users, additional reviews become available more gradually as earlier reviews age out of the rolling window.

Please refer docs for additional details.

Review details
⚙️ Run configuration

Configuration used: Organization UI

Review profile: CHILL

Plan: Pro

Run ID: 3880fb56-b3ad-4e00-a18b-4cd7660a4b45

📥 Commits

Reviewing files that changed from the base of the PR and between 94a3e97 and a7a7f22.

📒 Files selected for processing (3)
  • src/harness/providers/openai/mod.rs
  • src/harness/providers/openai/test.rs
  • src/harness/providers/openai/transport.rs

Comment @coderabbitai help to get the list of available commands.

@senamakel senamakel merged commit 8e57665 into main Jul 11, 2026
2 checks passed
@senamakel senamakel deleted the harness/revert-error-source-chain branch July 11, 2026 22:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant