foundry: parallelize app snapshot org reads

This commit is contained in:
Nathan Flurry 2026-03-13 01:04:50 -07:00
parent 6e216a9f86
commit 252fbdc93b
2 changed files with 18 additions and 13 deletions

View file

@ -29,6 +29,7 @@ WorkspaceActor
- Branch rename is a real git operation, not just metadata.
- `SandboxInstanceActor` stays separate from `TaskActor`; tasks/sessions reference it by identity.
- Sync actors are polling workers only. They feed parent actors and should not become the source of truth.
- When a backend request path must aggregate multiple independent actor calls or reads, prefer bounded parallelism over sequential fan-out when correctness permits. Do not serialize independent work by default.
## Maintenance