Skip to content

HTTP retry #578

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 24 commits into from
Aug 2, 2025
Merged

HTTP retry #578

merged 24 commits into from
Aug 2, 2025

Conversation

raviqqe
Copy link
Owner

@raviqqe raviqqe commented Aug 2, 2025

This PR implements the request retry logic at the HTTP level.

It is based on #548.

raviqqe and others added 5 commits August 2, 2025 10:07
Added `--retries` option to avoid false link check failures on site
timeouts. By default it's 3 retries per url. Exponential delay starts at
500ms and doubles up to the cap of 5s.
Copy link

codecov bot commented Aug 2, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 87.57%. Comparing base (3ac7754) to head (fc87fad).
⚠️ Report is 31 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #578      +/-   ##
==========================================
+ Coverage   87.28%   87.57%   +0.29%     
==========================================
  Files          33       34       +1     
  Lines         928      950      +22     
==========================================
+ Hits          810      832      +22     
  Misses         94       94              
  Partials       24       24              

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

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@raviqqe raviqqe enabled auto-merge (squash) August 2, 2025 18:36
@raviqqe raviqqe merged commit 0741ccb into main Aug 2, 2025
17 checks passed
@raviqqe raviqqe deleted the feature/http-retry branch August 2, 2025 18:56
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