Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Our sync streams are being terminated every 1 minute, possibly by the load balancer, possibly because the connection is idle. Here we set GRPC keep-alives to keep the connection active. Let's see if this fixes the issue. Also added a log to log what a node is registered as. More info: - grpc/grpc-node#1747 - https://grpc.io/docs/guides/keepalive/ - https://github.com/grpc/grpc-go/blob/master/Documentation/keepalive.md <!-- This is an auto-generated comment: release notes by coderabbit.ai --> ## Summary by CodeRabbit - **New Features** - Enhanced logging for registrant identification to improve visibility during runtime. - Updated gRPC client connection settings with keepalive parameters for better connection management. - **Bug Fixes** - None reported. - **Documentation** - None reported. <!-- end of auto-generated comment: release notes by coderabbit.ai -->
- Loading branch information