Add Valkey operations handbook#357
Open
Grant McCloskey (MushuEE) wants to merge 1 commit into
Open
Conversation
Operational reference for the Valkey persistence tier and the
in-process worker cache that sits in front of it. Written for
operators, on-call engineers, and contributors who need to reason
about the storage tier without first reading the code.
README.md — entry point, scope, conventions
topology.md — what's deployed, sizing math, configuration knobs
lifecycle.md — actor state machine, four workflows, worker cache
and eligibility model
operations.md — failure modes with inline recovery, common admin
operations, open risks
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.
Operational reference for the Valkey persistence tier and the in-process worker cache that sits in front of it. Written for operators, on-call engineers, and contributors who need to reason about the storage tier without first reading the code. This will be used as ref for further investigation on if Valkey will really stand-up.
NOTE: We chose Valkey due to it's speed for the critical scheduling requirements. With WorkerCache now being in memory, we get the speed for scheduling and still rely on eventual consistency. Do we now want more durability? Also still need to answer: what data can we 100% NOT lose in these failure situations.
README.md — entry point, scope, conventions
topology.md — what's deployed, sizing math, configuration knobs
lifecycle.md — actor state machine, four workflows, worker cache
and eligibility model
operations.md — failure modes with inline recovery, common admin
operations, open risks
#12