[rush-daemon][WS2][9/9] Wire host request lifecycle - #9
Closed
mojaza wants to merge 1 commit into
Closed
Conversation
mojaza
force-pushed
the
mojazayeri-microsoft-rushd-ws2-host-requests
branch
from
August 24, 2026 16:30
6f32c6f to
e43beef
Compare
Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>
mojaza
force-pushed
the
mojazayeri-microsoft-rushd-ws2-host-requests
branch
from
August 24, 2026 20:47
e43beef to
c1220a5
Compare
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
Depends on #8.
Completes the final WS2 host integration layer for microsoft#5897. This stack follows merged microsoft#5949.
Details
RushDaemonHostown one warm-workspace dispatcher so all control connections share the request scheduler and phased-build coordinator.DaemonControlSessionwith request identity/state validation, tagged stdin, raw-mode acknowledgement, ordered output/events/results, cancellation/disconnect cleanup, bounded backpressure shutdown, and deterministic resource disposal.DaemonFrameListenerend-to-end coverage for global/phased execution, warm no-op requests, shared builds across clients, admission/cancellation, interactive I/O, malformed state, graph recreation, and shutdown.No new PBI exists for this integration-only layer.
Limitations
PhasedScriptAction, synthesize plugins, or construct an empty graph.unsupportedresult.workspaceRecreationRequired.requiresInProcessfallback consumption remain WS4 work.How it was tested
node common/scripts/install-run-rush.js test --only @rushstack/rush-daemon-protocol --only @rushstack/rush-daemon-transport --only @rushstack/rush-daemonInteractiveRequestInputRouter,AsyncFrameHandler, and both wire integration suites three consecutive times.node common/scripts/install-run-rush.js checknode common/scripts/install-run-rush.js change --verify