-
Notifications
You must be signed in to change notification settings - Fork 59
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
fix: set keepalive configuration #836
Merged
gcf-merge-on-green
merged 2 commits into
googleapis:master
from
stephenplusplus:spp--keepalive-config
Jan 27, 2021
Merged
fix: set keepalive configuration #836
gcf-merge-on-green
merged 2 commits into
googleapis:master
from
stephenplusplus:spp--keepalive-config
Jan 27, 2021
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
cca4b4c
to
639f7c4
Compare
639f7c4
to
bd73b36
Compare
Codecov Report
@@ Coverage Diff @@
## master #836 +/- ##
=======================================
Coverage 99.22% 99.22%
=======================================
Files 18 18
Lines 17416 17418 +2
Branches 952 952
=======================================
+ Hits 17281 17283 +2
Misses 132 132
Partials 3 3
Continue to review full report at Codecov.
|
alexander-fenster
approved these changes
Jan 27, 2021
Nitpicking on the title :) Is this really a |
kolea2
approved these changes
Jan 27, 2021
gcf-merge-on-green bot
pushed a commit
that referenced
this pull request
Mar 11, 2021
🤖 I have created a release \*beep\* \*boop\* --- ## [3.3.0](https://github.com/googleapis/nodejs-bigtable/compare/v3.2.0...v3.3.0) (2021-03-08) ### Features * add CMEK fields ([#845](https://github.com/googleapis/nodejs-bigtable/issues/845)) ([0381fb7](https://github.com/googleapis/nodejs-bigtable/commit/0381fb7da68492b85f8a3359d5fb97ca4898810e)) * introduce style enumeration ([#833](https://github.com/googleapis/nodejs-bigtable/issues/833)) ([99b7617](https://github.com/googleapis/nodejs-bigtable/commit/99b7617e215126fc36ef3c3ebefb244e0d8d2242)) * **protos:** update BigtableTableAdmin GetIamPolicy, change DeleteAppProfileRequest.ignore_warnings to REQUIRED ([59a0d26](https://github.com/googleapis/nodejs-bigtable/commit/59a0d269d5196991dd395e671d7d5f54ce449005)) ### Bug Fixes * **browser:** check for fetch on window ([#824](https://github.com/googleapis/nodejs-bigtable/issues/824)) ([a38cbcc](https://github.com/googleapis/nodejs-bigtable/commit/a38cbcca1660bc40fe137acb973bf62f3c55754e)) * Renaming region tags to not conflict with documentation snippets ([#834](https://github.com/googleapis/nodejs-bigtable/issues/834)) ([5d3e8f7](https://github.com/googleapis/nodejs-bigtable/commit/5d3e8f721c2a32a33bf41baa1ed237fb90f7cbd6)) * **retry:** restore grpc_service_config for CreateBackup and RestoreTable ([#851](https://github.com/googleapis/nodejs-bigtable/issues/851)) ([3ff2828](https://github.com/googleapis/nodejs-bigtable/commit/3ff282855f4f9a52a89bca8d087c1423e71bd7c6)) * set keepalive configuration ([#836](https://github.com/googleapis/nodejs-bigtable/issues/836)) ([8105dea](https://github.com/googleapis/nodejs-bigtable/commit/8105dea272de44e69915d3e62e5b5add106b54cb)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please).
# for free
to join this conversation on GitHub.
Already have an account?
# to comment
Labels
api: bigtable
Issues related to the googleapis/nodejs-bigtable API.
cla: yes
This human has signed the Contributor License Agreement.
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.
This adds two gRPC keepalive options:
GRPC_ARG_KEEPALIVE_TIME_MS
to 30sGRPC_ARG_KEEPALIVE_TIMEOUT_MS
to 10s