-
Notifications
You must be signed in to change notification settings - Fork 4
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
feat: undici fetch in watch #399
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Signed-off-by: Case Wylie <[email protected]>
Signed-off-by: Case Wylie <[email protected]>
Signed-off-by: Case Wylie <[email protected]>
Signed-off-by: Case Wylie <[email protected]>
Signed-off-by: Case Wylie <[email protected]>
Signed-off-by: Case Wylie <[email protected]>
Signed-off-by: Case Wylie <[email protected]>
Signed-off-by: Case Wylie <[email protected]>
Signed-off-by: Case Wylie <[email protected]>
cmwylie19
changed the title
feat: change switch fetch to undici fetch
feat: change switch fetch to undici fetch in watch
Oct 3, 2024
cmwylie19
commented
Oct 3, 2024
cmwylie19
commented
Oct 3, 2024
cmwylie19
commented
Oct 3, 2024
jeff-mccoy
reviewed
Oct 3, 2024
jeff-mccoy
reviewed
Oct 3, 2024
jeff-mccoy
reviewed
Oct 3, 2024
jeff-mccoy
reviewed
Oct 3, 2024
jeff-mccoy
reviewed
Oct 3, 2024
jeff-mccoy
reviewed
Oct 3, 2024
jeff-mccoy
reviewed
Oct 3, 2024
jeff-mccoy
reviewed
Oct 3, 2024
jeff-mccoy
reviewed
Oct 3, 2024
jeff-mccoy
reviewed
Oct 3, 2024
jeff-mccoy
reviewed
Oct 3, 2024
jeff-mccoy
reviewed
Oct 3, 2024
jeff-mccoy
reviewed
Oct 3, 2024
Signed-off-by: Case Wylie <[email protected]>
Signed-off-by: Case Wylie <[email protected]>
Signed-off-by: Case Wylie <[email protected]>
Signed-off-by: Case Wylie <[email protected]>
cmwylie19
changed the title
feat: change switch fetch to undici fetch in watch
feat: undici fetch in watch
Nov 4, 2024
Signed-off-by: Case Wylie <[email protected]>
Signed-off-by: Case Wylie <[email protected]>
Signed-off-by: Case Wylie <[email protected]>
Signed-off-by: Case Wylie <[email protected]>
Signed-off-by: Case Wylie <[email protected]>
Signed-off-by: Case Wylie <[email protected]>
Signed-off-by: Case Wylie <[email protected]>
Signed-off-by: Case Wylie <[email protected]>
Signed-off-by: Case Wylie <[email protected]>
Signed-off-by: Case Wylie <[email protected]>
Signed-off-by: Case Wylie <[email protected]>
Signed-off-by: Case Wylie <[email protected]>
Signed-off-by: Case Wylie <[email protected]>
Signed-off-by: Case Wylie <[email protected]>
cmwylie19
commented
Nov 5, 2024
Signed-off-by: Case Wylie <[email protected]>
btlghrants
approved these changes
Nov 5, 2024
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good.
🎉 This PR is included in version 3.3.0 🎉 The release is available on: Your semantic-release bot 📦🚀 |
samayer12
pushed a commit
to defenseunicorns/pepr
that referenced
this pull request
Nov 6, 2024
## Description Undici fetch is going to be the default watch mechanism in Pepr `v0.39.0`. This PR updates the docs, watchConfig, and tests that references http2 and documents the `PEPR_USE_LEGACY_WATCH` env var. ON HOLD - defenseunicorns/kubernetes-fluent-client#399 KFC needs this merged and released ## Related Issue Fixes #1383 <!-- or --> Relates to # ## Type of change - [ ] Bug fix (non-breaking change which fixes an issue) - [x] New feature (non-breaking change which adds functionality) - [ ] Other (security config, docs update, etc) ## Checklist before merging - [x] Unit, [Journey](https://github.com/defenseunicorns/pepr/tree/main/journey), [E2E Tests](https://github.com/defenseunicorns/pepr-excellent-examples), [docs](https://github.com/defenseunicorns/pepr/tree/main/docs), [adr](https://github.com/defenseunicorns/pepr/tree/main/adr) added or updated as needed - [x] [Contributor Guide Steps](https://docs.pepr.dev/main/contribute/#submitting-a-pull-request) followed --------- Signed-off-by: Case Wylie <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description
Change node-fetch for undici fetch and native stream. This is a POC to determine whether we get better results before changing the whole node-fetch library out.
Soak results report 0 watch misses over 6 hours and 45 mins (3 soaks)
Definition of done:
npx pepr dev
Related Issue
defenseunicorns/pepr#1180
Type of change
Checklist before merging