[PR #79] [CLOSED] Fix nats connection backoff #112

Closed
opened 2026-03-14 01:39:42 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/amidaware/rmmagent/pull/79
Author: @kirill-567
Created: 3/12/2026
Status: Closed

Base: developHead: fix/eff-attempts


📝 Commits (10+)

📊 Changes

82 files changed (+8807 additions, -187 deletions)

View changed files

.github/PULL_REQUEST_TEMPLATE.md (+10 -0)
.github/steps/sign-macos-package/action.yml (+114 -0)
.github/steps/sign-windows-package/action.yml (+76 -0)
.github/workflows/ci.yml (+0 -42)
.github/workflows/release.yml (+184 -0)
.github/workflows/test.yml (+85 -0)
📝 .gitignore (+2 -0)
.main.md (+39 -0)
CONTRIBUTING.md (+608 -0)
📝 LICENSE.md (+112 -47)
📝 README.md (+231 -4)
SECURITY.md (+91 -0)
agent/.agent.md (+44 -0)
agent/.agent_unix.md (+60 -0)
agent/.agent_windows.md (+55 -0)
agent/.checkin.md (+36 -0)
agent/.checks.md (+48 -0)
agent/.choco_windows.md (+25 -0)
agent/.embed_darwin.md (+32 -0)
agent/.embed_stub.md (+19 -0)

...and 62 more files

📄 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/amidaware/rmmagent/pull/79 **Author:** [@kirill-567](https://github.com/kirill-567) **Created:** 3/12/2026 **Status:** ❌ Closed **Base:** `develop` ← **Head:** `fix/eff-attempts` --- ### 📝 Commits (10+) - [`627442d`](https://github.com/amidaware/rmmagent/commit/627442d7ffbdf4dbcc6e8e22ff17c7f78aaf700b) Added openframe mode - [`69abb80`](https://github.com/amidaware/rmmagent/commit/69abb80da3aa2ac9e6a3a9a8dc1f93168a5b8b1c) Removed profiles - [`ab21bfe`](https://github.com/amidaware/rmmagent/commit/ab21bfe45088ac5b6a13b9a88d33ca0a08a1f0d4) Use openframe prefix - [`059e31f`](https://github.com/amidaware/rmmagent/commit/059e31fa93f7cb7719816de987b0c1baa1a50f81) Use openframe prefix - [`be91190`](https://github.com/amidaware/rmmagent/commit/be91190e72d33cbbe036e527772ccaa1178d225e) Gitignore - [`f16836b`](https://github.com/amidaware/rmmagent/commit/f16836b27270502ed56a2352e5c70bcc317d971a) Openframe prefix - [`1f54938`](https://github.com/amidaware/rmmagent/commit/1f5493875f3d99873d7742f7db4de02a7722af31) Refactoring - [`4f7f2dd`](https://github.com/amidaware/rmmagent/commit/4f7f2ddd898930f9eeaa2a532a215de61f5c966a) Refactoring - [`79797d1`](https://github.com/amidaware/rmmagent/commit/79797d1dac88d8348a3af7ddc2473b55c4c59dfa) Refactoring - [`4bd0a5b`](https://github.com/amidaware/rmmagent/commit/4bd0a5b4ccedb643e7ba8a06fb5dc35191ce874e) Refactoring ### 📊 Changes **82 files changed** (+8807 additions, -187 deletions) <details> <summary>View changed files</summary> ➕ `.github/PULL_REQUEST_TEMPLATE.md` (+10 -0) ➕ `.github/steps/sign-macos-package/action.yml` (+114 -0) ➕ `.github/steps/sign-windows-package/action.yml` (+76 -0) ➖ `.github/workflows/ci.yml` (+0 -42) ➕ `.github/workflows/release.yml` (+184 -0) ➕ `.github/workflows/test.yml` (+85 -0) 📝 `.gitignore` (+2 -0) ➕ `.main.md` (+39 -0) ➕ `CONTRIBUTING.md` (+608 -0) 📝 `LICENSE.md` (+112 -47) 📝 `README.md` (+231 -4) ➕ `SECURITY.md` (+91 -0) ➕ `agent/.agent.md` (+44 -0) ➕ `agent/.agent_unix.md` (+60 -0) ➕ `agent/.agent_windows.md` (+55 -0) ➕ `agent/.checkin.md` (+36 -0) ➕ `agent/.checks.md` (+48 -0) ➕ `agent/.choco_windows.md` (+25 -0) ➕ `agent/.embed_darwin.md` (+32 -0) ➕ `agent/.embed_stub.md` (+19 -0) _...and 62 more files_ </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-14 01:39:42 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/rmmagent#112
No description provided.