Skip to content

fix: restrict RSS retries to transient failures - #43

Merged
IceCodeNew merged 1 commit into
masterfrom
codex/restrict-rss-retries
Jul 16, 2026
Merged

fix: restrict RSS retries to transient failures#43
IceCodeNew merged 1 commit into
masterfrom
codex/restrict-rss-retries

Conversation

@IceCodeNew

Copy link
Copy Markdown
Owner

Summary

  • retry RSS transport failures and explicit transient HTTP statuses only
  • honor valid Retry-After delays without replacing the existing jitter floor
  • document the retry contract and cover permanent errors, transport failures, and header parsing

Validation

  • 19 focused RSS tests passed
  • 553 full tests passed with branch coverage; total misses remain 15
  • prek run --all-files passed
  • CodeRabbit CLI review completed with no findings

@coderabbitai

coderabbitai Bot commented Jul 16, 2026

Copy link
Copy Markdown

Warning

Review limit reached

@IceCodeNew, you've reached your PR review limit, so we couldn't start this review.

Next review available in: 59 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: defaults

Review profile: CHILL

Plan: Pro

Run ID: e62118bd-a16b-4a4a-9a2c-639f68f6a0a4

📥 Commits

Reviewing files that changed from the base of the PR and between 04fa7be and 82586be.

📒 Files selected for processing (4)
  • docs/design.md
  • docs/requirements.md
  • tests/test_sources.py
  • weather_briefing/sources.py
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch codex/restrict-rss-retries

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

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

@IceCodeNew
IceCodeNew requested a review from Copilot July 16, 2026 15:09

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copilot was unable to review this pull request because the user who requested the review has reached their quota limit.

@codecov

codecov Bot commented Jul 16, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 99.63%. Comparing base (04fa7be) to head (82586be).
✅ All tests successful. No failed tests found.

Additional details and impacted files
@@           Coverage Diff           @@
##           master      #43   +/-   ##
=======================================
  Coverage   99.62%   99.63%           
=======================================
  Files          38       38           
  Lines        5944     6019   +75     
  Branches      323      327    +4     
=======================================
+ Hits         5922     5997   +75     
  Misses         15       15           
  Partials        7        7           

☔ View full report in Codecov by Harness.
📢 Have feedback on the report? Share it here.

@IceCodeNew
IceCodeNew marked this pull request as ready for review July 16, 2026 15:46
@IceCodeNew
IceCodeNew merged commit 8858be7 into master Jul 16, 2026
20 checks passed
@IceCodeNew
IceCodeNew deleted the codex/restrict-rss-retries branch July 16, 2026 16:06
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.

2 participants