You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
NodeCoordinator currently uses a simple ordered-fallback strategy: bundles_root is scanned and the first valid bundle is selected. Dag/task-aware selection across multiple TypeScript bundles was deliberately deferred until the bundle tooling exists.
What needs to happen
Extend NodeCoordinator bundle selection to route by Dag/task across multiple TypeScript bundles.
Background
NodeCoordinatorcurrently uses a simple ordered-fallback strategy:bundles_rootis scanned and the first valid bundle is selected. Dag/task-aware selection across multiple TypeScript bundles was deliberately deferred until the bundle tooling exists.What needs to happen
NodeCoordinatorbundle selection to route by Dag/task across multiple TypeScript bundles.ts packbundle build tool #69286.Acceptance criteria
bundles_rootcan coexist, with tasks routed to the right bundle by Dag/task ID.Context