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

gun支持健康检查 #1009

Open
wants to merge 1 commit into
base: Alpha
Choose a base branch
from
Open

gun支持健康检查 #1009

wants to merge 1 commit into from

Conversation

WeidiDeng
Copy link

根据文档ReadIdleTimeout 不为0的时候没有通信的时候会定期进行健康检查,PingTimeout 是健康检查的超时时间,未指定(值为0时)是15秒,只有启动了健康检查才生效。

@ForestL18
Copy link

为什么对于grpc一直没有添加ping_timeout和idle_timeout的设置,同时这个pr也一直没被合并。网络变化的情况下grpc还是很需要keepalive机制的。

@Skyxim
Copy link
Collaborator

Skyxim commented Aug 21, 2024

为什么对于grpc一直没有添加ping_timeout和idle_timeout的设置,同时这个pr也一直没被合并。网络变化的情况下grpc还是很需要keepalive机制的。

健康检查,有代理 HealthCheck 提供

@ForestL18
Copy link

ForestL18 commented Aug 21, 2024

为什么对于grpc一直没有添加ping_timeout和idle_timeout的设置,同时这个pr也一直没被合并。网络变化的情况下grpc还是很需要keepalive机制的。

健康检查,有代理 HealthCheck 提供

是proxy provider的health check是吧,看到了,是proxy group,感谢回答👍

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.

3 participants