Add suggested settings for mender-connect stability#2760
Open
nickanderson wants to merge 1 commit intomendersoftware:masterfrom
Open
Add suggested settings for mender-connect stability#2760nickanderson wants to merge 1 commit intomendersoftware:masterfrom
nickanderson wants to merge 1 commit intomendersoftware:masterfrom
Conversation
`ExpireAfterIdle` and `StopExpired` have been available as possible configurations but default to disabled which will change with `mender-connect` version 3. Until users have upgraded to a version where these are available they should set them explicitly or network interruptions may cause extended disruption to `mender-connect` / Troubleshoot functionality. `MaxPerUser` defaults to 1. Increasing it can help to provide a buffer for the period of time the connection has stopped working but has yet to be expired. Changelog: None Ticket: MEN-8260 Signed-off-by: Nick Anderson <nick@cmdln.org>
69c1309 to
2c7cebb
Compare
MuchoLucho
approved these changes
Feb 26, 2026
estenberg
approved these changes
Mar 2, 2026
Contributor
estenberg
left a comment
There was a problem hiding this comment.
Nice addition, one proposed improvement as probably most people don't have a relationship to the versioning of mender-connect.
|
|
||
| For more details, see the [configuration of mender-connect](../../90.Mender-Connect/docs.md#configuration). | ||
|
|
||
| !!! Note: Starting with version 3.0, `mender-connect` will adopt more proactive defaults to improve out-of-the-box reliability: |
Contributor
There was a problem hiding this comment.
mender-connect 3.0 and later versions (part of Mender Client 6.0 or later), it will adopt more ...
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.
ExpireAfterIdleandStopExpiredhave been available as possible configurationsbut default to disabled which will change with
mender-connectversion 3. Untilusers have upgraded to a version where these are available they should set them
explicitly or network interruptions may cause extended disruption to
mender-connect/ Troubleshoot functionality.MaxPerUserdefaults to 1. Increasing it can help to provide a buffer for theperiod of time the connection has stopped working but has yet to be expired.
Ticket: MEN-8260