Plan out system architecture #13
No reviewers
Labels
No labels
bug
duplicate
effort
high
effort
low
effort
medium
effort
minimal
enhancement
help wanted
invalid
pr
feedback
pr
reviewing
question
status
backlog
status
document
status
done
status
implement
status
pending
status
planning
status
reviewing
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
tepichord/milner!13
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "feat/6-plan-out-system-architecture"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Closes #6
Automated PR created by forgejo-done adapter.
Work needed
@ -0,0 +16,4 @@|--------|-------------|----------------|------|------|| Many small workers | 2–4 GB VMs, one per application | ~300–400 MB × N nodes | Strong isolation, independent upgrades, fault containment | High cumulative overhead, fragmented resources, more nodes to manage || Few large workers | 12–20 GB VMs, multi-tenant | ~300–400 MB × 2 | Low overhead, efficient packing, simpler operations | Blast radius larger, resource contention between workloads || **Hybrid (recommended)** | 1×20 GB on naina, 1×7 GB on ida | ~700 MB total | Balances isolation and efficiency; simulation workloads get a dedicated node | Slightly more complex topology; ida worker is single-purpose |This change is solely considering the hybrid strategy, remove the others.
@ -0,0 +85,4 @@- Requires RabbitMQ HTTP management endpoint exposure- More moving parts than fixed-count approach### Fixed Pod Count with Self-Limiting Simulations (Alternative)Remove the fixed pod count consideration.