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

feat: configure default grpc server keepalive enforcement policy #589

Merged
merged 4 commits into from
Jan 15, 2025

Conversation

mattisonchao
Copy link
Member

@mattisonchao mattisonchao commented Jan 14, 2025

Motivation

configure default grpc server keepalive enforcement policy

Modification

  • DefaultGrpcKeepAliveMinTime = 5 * time.Second
  • DefaultGrpcKeepPermitWithoutStream = true
  • DefaultGrpcClientKeepAliveTime = time.Second * 10
  • DefaultGrpcClientKeepAliveTimeout = time.Second * 5
  • DefaultGrpcClientPermitWithoutStream = true

@@ -58,7 +58,7 @@ jobs:
uses: docker/build-push-action@v3
with:
context: .
platforms: linux/x86_64,linux/arm64
Copy link
Member

Choose a reason for hiding this comment

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

Is it intentional to drop support for linux/arm64?

Copy link
Member

@lhotari lhotari Jan 14, 2025

Choose a reason for hiding this comment

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

GitHub has support for arm64 runners if the slowness of the emulated mode is the reason to drop linux/arm64 support. https://github.blog/news-insights/product-news/arm64-on-github-actions-powering-faster-more-efficient-build-systems/

Copy link
Member Author

Choose a reason for hiding this comment

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

oh, I just build testing image for internal testing. sorry.

Copy link
Member Author

Choose a reason for hiding this comment

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

fixed.

@mattisonchao mattisonchao merged commit 89ee466 into main Jan 15, 2025
7 checks passed
@mattisonchao mattisonchao deleted the improve.keepalive branch January 15, 2025 10:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants