Skip to content
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

Cache successful requests in lychee #6030

Merged
merged 3 commits into from
Dec 11, 2024

Conversation

dmathieu
Copy link
Member

This does the same as we do in contrib, which is to cache successful requests in lychee, so errors such as 429s have less changes of occuring.
https://github.com/open-telemetry/opentelemetry-go-contrib/blob/main/.github/workflows/links.yml#L33

@dmathieu dmathieu added the Skip Changelog PRs that do not require a CHANGELOG.md entry label Dec 10, 2024
@dmathieu dmathieu marked this pull request as ready for review December 10, 2024 08:46
Copy link

codecov bot commented Dec 10, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 82.2%. Comparing base (ac386f3) to head (79c1359).
Report is 1 commits behind head on main.

Additional details and impacted files

Impacted file tree graph

@@          Coverage Diff          @@
##            main   #6030   +/-   ##
=====================================
  Coverage   82.2%   82.2%           
=====================================
  Files        273     273           
  Lines      23647   23647           
=====================================
  Hits       19449   19449           
  Misses      3851    3851           
  Partials     347     347           

@pellared pellared merged commit 58fdf2a into open-telemetry:main Dec 11, 2024
32 checks passed
@dmathieu dmathieu deleted the lychee-exclude-errors-cache branch December 11, 2024 08:36
@MrAlias MrAlias added this to the v1.33.0 milestone Dec 11, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Skip Changelog PRs that do not require a CHANGELOG.md entry
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants