[CRE-2556] Improve connection between node and gateway - #23428
Merged
Conversation
…ingle routine pinging sequentially all nodes gets block
Contributor
|
I see you updated files related to
|
agparadiso
marked this pull request as ready for review
August 17, 2026 18:31
product-security-plaid-production
Bot
requested review from
kalverra and
vyzaldysanchez
August 17, 2026 18:32
bolekk
reviewed
Aug 17, 2026
Contributor
|
✅ No conflicts with other open PRs targeting |
|
george-dorin
approved these changes
Aug 18, 2026
agparadiso
enabled auto-merge
August 18, 2026 19:08
bolekk
approved these changes
Aug 18, 2026
github-merge-queue
Bot
removed this pull request from the merge queue due to failed status checks
Aug 18, 2026
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.




Description
This pr contains two improvements:
platform_gateway_keepalive_pings_sent_totalmetric drop for all nodes when in reality only one may be down. This change will help diagnose quicker these kind of issuesAuthTimestampToleranceSecdefault to 5. Under network instability scenarios, the handshake between node and gateway might take more than 1 second. Having 0 as default means this has to happen on the same second. This config change gives the node a bit more time to re-connect and can decrease a 1hr incident to seconds by allowing the reconnection to succeed.CRE-2556
Requires
Supports