Files
paseo/packages
Mohamed Boudra be3d5ed78d fix: use cached git service snapshots for fetchWorkspaces instead of shelling out
describeWorkspaceRecordWithGitData was calling buildProjectPlacement → getCheckoutStatusLite
which spawned 3-4 sequential git child processes per workspace. With 8 active workspaces
and event loop pressure from running agents, this caused fetchWorkspaces to take 35-45s.

Now uses workspaceGitService.getSnapshot() which returns instantly from cache (warm path)
or awaits the git service's own concurrency-managed refresh (cold path).
2026-04-14 03:54:32 +07:00
..
2026-04-13 21:24:53 +07:00
2026-04-13 21:24:53 +07:00
2026-04-13 21:24:53 +07:00
2026-04-13 21:24:53 +07:00
2026-04-13 21:24:53 +07:00
2026-04-13 21:24:53 +07:00