Skip to content

build: improve schema fetch retry behavior#1303

Merged
pamburus merged 1 commit intomasterfrom
feature/build-fetch-timeouts
Jan 29, 2026
Merged

build: improve schema fetch retry behavior#1303
pamburus merged 1 commit intomasterfrom
feature/build-fetch-timeouts

Conversation

@pamburus
Copy link
Copy Markdown
Owner

  • Cache both successful and failed fetch results to avoid repeated retries for the same failing URL across multiple TOML files
  • Use exponential timeout (2s, 4s, 8s) instead of fixed 10s timeout
  • Add info-level logging for fetch requests (visible with -vvv)

- Cache both successful and failed fetch results to avoid repeated retries for the same failing URL across multiple TOML files
- Use exponential timeout (2s, 4s, 8s) instead of fixed 10s timeout
- Add info-level logging for fetch requests (visible with -vvv)
@pamburus pamburus force-pushed the feature/build-fetch-timeouts branch from 33980d4 to 1e4e657 Compare January 29, 2026 19:36
@pamburus pamburus changed the title fix(build): improve schema fetch retry behavior build: improve schema fetch retry behavior Jan 29, 2026
@codecov
Copy link
Copy Markdown

codecov Bot commented Jan 29, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 88.09%. Comparing base (bbe495b) to head (1e4e657).
⚠️ Report is 1 commits behind head on master.

Additional details and impacted files
@@           Coverage Diff           @@
##           master    #1303   +/-   ##
=======================================
  Coverage   88.09%   88.09%           
=======================================
  Files          67       67           
  Lines       11598    11598           
=======================================
  Hits        10217    10217           
  Misses       1381     1381           

☔ 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.

@pamburus pamburus marked this pull request as ready for review January 29, 2026 19:41
@pamburus pamburus merged commit 184399d into master Jan 29, 2026
13 checks passed
@pamburus pamburus deleted the feature/build-fetch-timeouts branch January 29, 2026 19:41
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