-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
perf(run-engine): single-transaction run completion and continuation #3893
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
Draft
d-cs
wants to merge
17
commits into
main
Choose a base branch
from
run-engine-transactional-completion
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Draft
Changes from all commits
Commits
Show all changes
17 commits
Select commit
Hold shift + click to select a range
d5b8cb8
refactor(run-engine): split completeWaitpoint into tx-able mutation a…
d-cs 67f70bc
refactor(run-engine): carry output through CompletedWaitpointMutation…
d-cs d3bfa0c
test(run-engine): add failing tests for atomic single-commit run comp…
d-cs a8bd676
test(run-engine): make atomic-completion assertions race-free (xmin e…
d-cs 9372ab6
feat(run-engine): complete run and waitpoint in a single transaction
d-cs 5694397
feat(run-engine): unblock continued runs in a single transaction
d-cs b4ce360
fix(run-engine): keep snapshot side effects out of the unblock transa…
d-cs eee5d58
fix(run-engine): restore pre-split snapshot return and event payload …
d-cs 9e1d3a6
fix(run-engine): widen unblock transaction limits for batch-scale wai…
d-cs 9cffdce
chore: add server-changes entry for transactional run completion
d-cs 36c6a3f
fix(run-engine): log snapshot ids instead of full objects on the unbl…
d-cs f9974dd
Revert "fix(run-engine): log snapshot ids instead of full objects on …
d-cs 3a89556
docs(run-engine): explain why the SUSPENDED unblock path stays non-tr…
d-cs 485147d
chore: drop implementation plan doc from the branch
d-cs 92277a5
docs(run-engine): trim narration and history references from comments
d-cs fc20dc2
fix(run-engine): move snapshot side effects and ttl ack out of the st…
d-cs 06abd0a
Merge branch 'main' into run-engine-transactional-completion
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,6 @@ | ||
| --- | ||
| area: webapp | ||
| type: improvement | ||
| --- | ||
|
|
||
| Reduce database load during traffic spikes by completing runs and resuming waiting runs in single atomic transactions |
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.
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.