docs: update health checks (GF-1972)#227
Open
Philipp (fipsmassa) wants to merge 1 commit intomainfrom
Open
Conversation
Contributor
There was a problem hiding this comment.
Pull request overview
Updates the “Health checks” documentation to reflect the current UI behavior where health checks are disabled by default, including an updated screenshot.
Changes:
- Rewrites the health-check warning callout to describe the new default state and production recommendation.
- Updates the “Advanced health checks” UI screenshot to match the current UI state.
Reviewed changes
Copilot reviewed 1 out of 2 changed files in this pull request and generated 2 comments.
| File | Description |
|---|---|
src/multiplayer-servers/getting-started/running-your-game-server.md |
Updates the health-check warning copy to reflect “disabled by default” and production guidance. |
src/multiplayer-servers/getting-started/images/formation/GUI_Create_Vessel_Advanced_Health_Checks.png |
Updates the screenshot used in the health-check section. |
Christian R (antiphp)
approved these changes
Feb 16, 2026
Brendan Le Glaunec (Ullaakut)
approved these changes
Feb 16, 2026
Alex Bartolomey (zoomoid)
approved these changes
Feb 16, 2026
| unresponsive state cannot be automatically detected and cleaned up. | ||
| :::warning Health Checks: Default State & Best Practices | ||
| Health Checks are disabled by default to simplify the initial testing and integration of your Game Server SDK. | ||
| However, for production usage, it is recommended that they be enabled. If Health Checks remain disabled in a live environment, game servers that enter an unresponsive or "frozen" state cannot be automatically detected or cleaned up by the platform, leading to potential matchmaking failures. |
Contributor
There was a problem hiding this comment.
might also add that we don't make any promises as to lifecycle handling of such game servers without health checks during maintenances; game servers without proper integration may be evicted at a moment's notice during maintenance.
Chris (0x0dr1y)
approved these changes
Feb 17, 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.
Goal of this PR
This PR updates the health check section to correctly reflect the new UI state with health checks being
disabledby default.How did I verify the changes?
Additional context
Fixes GF-1972