[rushd][WS2] Daemon host, routing & scheduling
Los mantenedores suelen responder en 1 día
Nadie ha tomado este issue todavía.
Evaluación
- Dificultad
- 5/5
- Tiempo estimado
- Más de una semana
- Aptitud para principiantes
- 25/100
- Tipo de issue
- Nueva funcionalidad
- Claridad
- Bastante claro
- Estado de actividad
- Tranquilo
- Stack tecnológico
- node.js, typescript
- Área
- build-system, cli, developer-experience, tooling
Línea de trabajo
Start by reading the prerequisite issues #5895 and #5896, then trace the version-selected rush-lib entrypoint and the proposed @rushstack/rush-daemon serve command. The payload names no files or test paths; done means satisfying the listener, warm-session, routing, scheduling, I/O, parity, merging, opt-in, and CI acceptance criteria.
Escrito por el modelo de indexación a partir del texto del issue.
Descripción
Build the long-lived per-workspace daemon: a warm WorkspaceSession (config + all-projects graph + watcher + plugins) that routes phased and global commands with per-request cwd/env/terminal context, matches in-process exit-code / warnings-as-errors semantics, and forwards stdin/raw-mode for interactive commands. It also serializes and merges concurrent client requests via exclusivity classes, queue-and-wait admission, and shared-build merging instead of failing on 'another rush is running'.
Depends on: #5895; #5896
Scope
- Scaffold
@rushstack/rush-daemon+serve. Launched by the version-selectedrush-lib; boots a transport listener and signals readiness. - Warm
WorkspaceSession. A warmRushConfiguration+ all-projectsOperationGraph+ plugins + inputs snapshot + a long-livedProjectWatcherthat keeps invalidating operations even with no client attached. - Phased request routing. Map the selection via
setEnabledStates, reconcile pending watcher invalidations, subscribe the client to its operations' raw streams + events, schedule/execute one iteration, and translate final status → exit code. - Per-request global-command context. Run global CLI actions with the client's
cwd/env/terminal injected per request (never via globalprocess.chdiror sharedprocess.envmutation). - Exit-code parity. Match in-process exactly, including the
SuccessWithWarningpath (stderr-with-exit-0 → warnings, honoringallowWarningsInSuccessfulBuild/RUSH_ALLOW_WARNINGS_IN_SUCCESSFUL_BUILD). - Interactive I/O. Forward stdin bytes + raw-mode/resize control frames; classify PTY-only commands never-daemonize (run in-process on the client).
RequestScheduler. Exclusivity classesSHARED-BUILD/SHARED-READ/EXCLUSIVE+ a static command-classification table; queue-and-wait admission (FIFO, anEXCLUSIVE"gate", queued-position progress events, clean Ctrl+C,--wait-timeout/--no-wait).- Shared-build merging. Union concurrent clients' enabled sets into one iteration, while each client's exit code reflects only its own subset.
Acceptance criteria
-
servestarts a listener at the workspace transport path and signals readiness; apingcontrol frame returns apong(carrying protocol + daemon version); the entrypoint is launched via the version-selectedrush-lib. - On start the session loads config once and builds the all-projects graph + plugins + inputs snapshot; a file change with no client connected marks the correct operations dirty (headless watcher); config/graph are reused across requests (no rebuild).
- A
rush build --to Xrequest enables X's subtree, runs one iteration, and returns the same result set as in-process; a no-op follow-up collapses to a warm skip; the client receives only its selected operations' streams/events and the correct exit code. - A global command observes the client's
cwd/envwhile the daemon's ownprocess.cwd()/process.envstay unchanged; two concurrent global commands from different cwds/envs do not cross-contaminate. - Success,
SuccessWithWarning, and failure cases each return the same exit code as in-process, including under the warnings-as-errors settings/env (table-driven parity test). - stdin bytes and raw-mode toggles forward correctly (an interactive prompt behaves identically to in-process); PTY-only commands are on the never-daemonize list and transparently run in-process.
- Every built-in command has an exclusivity class (unclassified/global default
EXCLUSIVE); the scheduler admits compatible classes concurrently and serializes incompatible ones; anEXCLUSIVErequest gates later admissions until it finishes;--wait-timeoutexpires with the documented exit code and--no-waitfails fast. - Two overlapping
SHARED-BUILDselections run as one merged iteration (shared operations execute once), a failure in one client's subset does not fail another's succeeding subset, and each client gets only its subset's streams/events and a correct exit code. - All new daemon behavior ships opt-in until cutover; unit/integration tests green in CI.
Part of #5894.
- Lenguaje dominante
- TypeScript
- Estrellas
- 6.5k
- Forks
- 708
- Merge medio
- 4 d 13 h
- PR fusionados (30 d)
- 62
Preparar el entorno
Aún no hemos revisado los archivos de configuración de este proyecto. Empieza por su README y consulta nuestra guía para la primera contribución para los pasos generales.
Primeros pasos
- Lee el issue completo y luego la guía de contribución del proyecto.
- Comenta en el issue que vas a ocuparte — evita que dos personas hagan lo mismo.
- Haz un fork del repositorio y trabaja en una rama.
- Abre un pull request que haga referencia al número del issue.
Más de microsoft/rushstack
-
Dificultad 2/5 1-3 horas Aptitud para principiantes 72/100
microsoft/rushstack#5971 · 2 comentarios ·
Los mantenedores suelen responder en 1 día
-
Dificultad 2/5 1-3 horas Aptitud para principiantes 65/100
microsoft/rushstack#5902 · 1 reacción ·
Los mantenedores suelen responder en 1 día
-
Dificultad 2/5 1-3 horas Aptitud para principiantes 68/100
microsoft/rushstack#5839 · 1 reacción ·
Los mantenedores suelen responder en 1 día
-
Dificultad 2/5 1-3 horas Aptitud para principiantes 70/100
microsoft/rushstack#5683 · 3 comentarios ·
Los mantenedores suelen responder en 1 día
-
Dificultad 4/5 3-5 días Aptitud para principiantes 45/100
Los mantenedores suelen responder en 1 día
Todos los issues de microsoft/rushstack
Issues similares
-
ADD openalgoAbiertotemplate
Dificultad 2/5 1-3 horas Aptitud para principiantes 75/100
Los mantenedores suelen responder en 1 día
-
factory-active factory-automatic task-bug-reproduction-success task-identify-harness-labels-done task-identify-issue-type-done
Dificultad 2/5 1-3 horas Aptitud para principiantes 90/100
vercel/ai#21528 · 3 comentarios ·
Los mantenedores suelen responder en 1 día
-
bug Needs: Triage :mag:
Dificultad 2/5 1-3 horas Aptitud para principiantes 84/100
microsoft/fluentui-contrib#671 ·
-
Dificultad 2/5 1-3 horas Aptitud para principiantes 88/100
sveltejs/acorn-typescript#150 ·
-
Dificultad 2/5 1-3 horas Aptitud para principiantes 78/100