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

fix: set grpc keepalive time|outs by default #1814

Merged
merged 2 commits into from
Sep 5, 2023

Conversation

feywind
Copy link
Collaborator

@feywind feywind commented Sep 5, 2023

This turns on grpc keepalives by default. We think this may fix quite a few (sometimes silent) timeout issues, because there's an issue deeper down in the stack that can result in the client library not realizing that its connection has been lost.

@feywind feywind requested review from a team as code owners September 5, 2023 20:43
@product-auto-label product-auto-label bot added size: s Pull request size is small. api: pubsub Issues related to the googleapis/nodejs-pubsub API. labels Sep 5, 2023
@feywind feywind added the owlbot:run Add this label to trigger the Owlbot post processor. label Sep 5, 2023
@gcf-owl-bot gcf-owl-bot bot removed the owlbot:run Add this label to trigger the Owlbot post processor. label Sep 5, 2023
@feywind feywind added the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Sep 5, 2023
@yoshi-kokoro yoshi-kokoro removed the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Sep 5, 2023
@feywind feywind added the automerge Merge the pull request once unit tests and other checks pass. label Sep 5, 2023
src/pubsub.ts Show resolved Hide resolved
@feywind feywind removed the automerge Merge the pull request once unit tests and other checks pass. label Sep 5, 2023
@feywind feywind merged commit 13d89a2 into googleapis:main Sep 5, 2023
15 checks passed
@feywind feywind deleted the default-keepalives branch September 5, 2023 21:52
feywind added a commit to feywind/nodejs-pubsub that referenced this pull request Sep 8, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
api: pubsub Issues related to the googleapis/nodejs-pubsub API. size: s Pull request size is small.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants