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: add keepalives to GRPC channel #11

Merged
merged 2 commits into from Jan 14, 2020
Merged

fix: add keepalives to GRPC channel #11

merged 2 commits into from Jan 14, 2020

Commits on Jan 7, 2020

  1. Merge pull request #1 from googleapis/master

    chore: update common templates (#12)
    allenpradeep committed Jan 7, 2020
    Copy the full SHA
    c062661 View commit details
    Browse the repository at this point in the history
  2. fix: add keepalives to GRPC channel

    This patch adds keepalives to the GRPC channel every 2 minutes. By
    default, there are no keepalives to the GRPC channel. While running
    dataflow import jobs, issues have been observed with the spanner
    commit calls that run more than 10 minutes. Adding keepalives to
    the GRPC channel solves these issues.
    allenpradeep committed Jan 7, 2020
    Copy the full SHA
    2c570fd View commit details
    Browse the repository at this point in the history