-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
feat(run-store): Redis-backed store for the run execution-state log #4754
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from all commits
Commits
Show all changes
23 commits
Select commit
Hold shift + click to select a range
5da48f9
feat(run-store): keyspace and entry helpers for the Redis snapshot store
d-cs 030acd1
fix(run-store): import only what the helpers use
d-cs 92028d5
feat(run-store): append and id-keyed reads for the Redis snapshot store
d-cs 66479aa
fix(run-store): anchor liveness on the counter and make append idempo…
d-cs 9f67724
feat(run-store): wait-cycle waitpoint id reads
d-cs 47dab96
test(run-store): the snapshot store TTL rule and keyspace liveness
d-cs a4e9ede
test(run-store): prove the completion TTL is re-applied, not merely u…
d-cs 005c76c
feat(run-store): getSince with a newest-first window and head-only wa…
d-cs 42d9a64
fix(run-store): scope getSince by the since entry, not by the window
d-cs ef4fb13
test(run-store): cover getSince's evicted-body skip guard
d-cs a5ad85a
fix(run-store): pair the head waitpoint order with the surviving head…
d-cs fa944e6
test(run-store): environment scoping on the snapshot store reads
d-cs db08cf5
test(run-store): the optional compare-and-set on the current snapshot…
d-cs d87187d
test(run-store): hash-tag slot and keyPrefix guards for the Lua key d…
d-cs 39cd9ad
test(run-store): snapshot store size metrics and high-water logging
d-cs b61cb4d
fix(run-store): name the run in high-water warnings
d-cs 1bf9dba
test(run-store): pin the metric, CAS and slot assertions to their values
d-cs aa16e6e
style(run-store): wrap the high-water warnings after oxfmt
d-cs b4c411a
fix(run-store): check for a duplicate id before the compare-and-set
d-cs 9bec737
test(run-store): prove getSince drops a foreign-environment row
d-cs 8b62d08
feat(run-store): warn when a cycle pointer's count disagrees with its…
d-cs 0daa273
Merge remote-tracking branch 'origin/main' into feature/tri-13446-red…
d-cs 99f72f7
Merge branch 'main' into feature/tri-13446-redis-snapshot-store
d-cs File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.