Skip to content
This repository was archived by the owner on Mar 31, 2026. It is now read-only.

fix: add keepalive to gRPC channel#49

Merged
larkee merged 2 commits intogoogleapis:masterfrom
larkee:add-grpc-keepalive
Apr 8, 2020
Merged

fix: add keepalive to gRPC channel#49
larkee merged 2 commits intogoogleapis:masterfrom
larkee:add-grpc-keepalive

Conversation

@larkee
Copy link
Copy Markdown
Contributor

@larkee larkee commented Apr 8, 2020

This patch adds keepalives to the GRPC channel every 2 minutes. By default, there are no keepalives to the GRPC channel. There have been issues observed with seeing DEADLINE_EXCEEDED errors at 10 minutes despite the timeout being longer eg 1 hour. Adding keepalives will hopefully address this. This fix has been added to the Java client for similar reasons.

@larkee larkee requested a review from skuruppu April 8, 2020 00:30
@googlebot googlebot added the cla: yes This human has signed the Contributor License Agreement. label Apr 8, 2020
Copy link
Copy Markdown

@hengfengli hengfengli left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM.

@larkee larkee added the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Apr 8, 2020
@yoshi-kokoro yoshi-kokoro removed the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Apr 8, 2020
@larkee larkee merged commit dfbc656 into googleapis:master Apr 8, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

cla: yes This human has signed the Contributor License Agreement.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants