Plane split
Control plane
- API/UI orchestration
- state persistence
- dispatching and scheduling logic
Execution plane
- container/sandbox lifecycle
- build/test runtime
- heavy compute workloads
Why this matters
- protects orchestrator responsiveness
- isolates noisy workloads
- enables horizontal executor scaling