docs: Rework the Operations section for 4.0 - #720
Merged
Conversation
…e3-section7-operations # Conflicts: # docs/06-concepts/01-server-fundamentals/02-running-your-server.md
developerjamiu
changed the base branch from
main
to
concepts-phase3-section6-scheduling
July 27, 2026 15:14
…e3-section7-operations
Zfinix
reviewed
Jul 28, 2026
Zfinix
reviewed
Jul 28, 2026
Zfinix
reviewed
Jul 28, 2026
Zfinix
reviewed
Jul 28, 2026
Zfinix
reviewed
Jul 28, 2026
Zfinix
reviewed
Jul 28, 2026
…e3-section7-operations
…e3-section7-operations
…on7-operations # Conflicts: # docs/06-concepts/01-server-fundamentals/02-running-your-server.md
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.
Summary
Section-by-section rework of the Operations concept pages for Serverpod 4.0, following the Data & the database (#696), Web server (#711), and Scheduling (#719) passes. The section gains an entry point, loses the two topics that did not belong to it, and every remaining page was checked against the framework source.
Changes
Sessionfacility rather than a run-in-production concern. The page now documents invalidation, cache groups, the entry limit and eviction order, and the four caches rather than three.Notes
CacheMissHandlerexample returned a nullable value from a non-nullable method, and theServerHealthMetricexample omitted the requiredgranularityargument./startupzno longer claims to verify migrations or to govern traffic routing; readiness governs routing.