This repository was archived by the owner on Aug 30, 2025. It is now read-only.
Conversation
|
The latest updates on your projects. Learn more about Vercel for Git ↗︎ 1 Skipped Deployment
|
|
The latest Buf updates on your PR. Results from workflow Buf / buf (pull_request).
|
Benchstat Geomean Results-4.33% sec/op, -0.03% B/op, 0.97% allocs/op Benchstat results |
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #3419 +/- ##
==========================================
- Coverage 24.39% 24.33% -0.07%
==========================================
Files 417 417
Lines 49352 49396 +44
==========================================
- Hits 12041 12020 -21
- Misses 36175 36242 +67
+ Partials 1136 1134 -2 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
alishakawaguchi
approved these changes
Mar 27, 2025
This file contains hidden or 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
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.
The issue we saw with the multi-az setup was that it indeed was able to resolve the IP address, but could not connect to it for some reason. Overriding the LookupFunc to instead return the hostname allowed connection to succeed.