[PR #1231] Update grpc clients' keepalive interval #3049

Open
opened 2025-11-20 08:04:47 -05:00 by saavagebueno · 0 comments
Owner

Original Pull Request: https://github.com/netbirdio/netbird/pull/1231

State: closed
Merged: Yes


Describe your changes

Some reverse proxies might find 15s interval too short and respond with an enhance your-calm message:

2023/10/14 12:14:15 ERROR: [transport] Client received GoAway with error code ENHANCE_YOUR_CALM and debug data equal to ASCII "too_many_pings".

This change is setting the management and signal clients' keepalive interval to 30 seconds to minimize the number of reconnections

Checklist

  • Is it a bug fix
  • Is a typo/documentation fix
  • Is a feature enhancement
  • It is a refactor
  • Created tests that fail without the change (if possible)
  • Extended the README / documentation, if necessary
**Original Pull Request:** https://github.com/netbirdio/netbird/pull/1231 **State:** closed **Merged:** Yes --- ## Describe your changes Some reverse proxies might find 15s interval too short and respond with an enhance your-calm message: ``` 2023/10/14 12:14:15 ERROR: [transport] Client received GoAway with error code ENHANCE_YOUR_CALM and debug data equal to ASCII "too_many_pings". ``` This change is setting the management and signal clients' keepalive interval to 30 seconds to minimize the number of reconnections ## Issue ticket number and link ### Checklist - [ ] Is it a bug fix - [ ] Is a typo/documentation fix - [ ] Is a feature enhancement - [ ] It is a refactor - [ ] Created tests that fail without the change (if possible) - [ ] Extended the README / documentation, if necessary
saavagebueno added the pull-request label 2025-11-20 08:04:47 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: SVI/netbird#3049