[PR #144] [MERGED] fix: client app retry logic #2576

Closed
opened 2025-11-20 07:11:41 -05:00 by saavagebueno · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/netbirdio/netbird/pull/144
Author: @braginini
Created: 11/1/2021
Status: Merged
Merged: 11/1/2021
Merged by: @braginini

Base: mainHead: braginini/fix-client-retry-logic


📝 Commits (2)

  • 080c664 fix: retries
  • a2e7a9a chore: move backoff reset in the management and signal to after the blocking method

📊 Changes

4 files changed (+110 additions, -104 deletions)

View changed files

📝 client/cmd/service_controller.go (+2 -22)
📝 client/cmd/up.go (+90 -67)
📝 management/client/client.go (+4 -6)
📝 signal/client/client.go (+14 -9)

📄 Description

No description provided


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/netbirdio/netbird/pull/144 **Author:** [@braginini](https://github.com/braginini) **Created:** 11/1/2021 **Status:** ✅ Merged **Merged:** 11/1/2021 **Merged by:** [@braginini](https://github.com/braginini) **Base:** `main` ← **Head:** `braginini/fix-client-retry-logic` --- ### 📝 Commits (2) - [`080c664`](https://github.com/netbirdio/netbird/commit/080c66400be55985760d71cdb298c66fd7e21e3b) fix: retries - [`a2e7a9a`](https://github.com/netbirdio/netbird/commit/a2e7a9ac522994e04cf0869c7092348c0b7460b8) chore: move backoff reset in the management and signal to after the blocking method ### 📊 Changes **4 files changed** (+110 additions, -104 deletions) <details> <summary>View changed files</summary> 📝 `client/cmd/service_controller.go` (+2 -22) 📝 `client/cmd/up.go` (+90 -67) 📝 `management/client/client.go` (+4 -6) 📝 `signal/client/client.go` (+14 -9) </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
saavagebueno added the pull-request label 2025-11-20 07:11:41 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: SVI/netbird#2576