Infrastructure / Capacity & placement
Capacity & placement
Separate production, build, worker, monitoring, and backup capacity with explainable scheduling and safe drains.
{{ pollingState() }}{{ lastUpdatedAt()?.toLocaleTimeString()||'connecting' }}
{{ notice() }}
{{ error()||pollingError() }}
{{ pool.status }}{{ pool.purpose }}{{ pool.name }}
{{ pool.backend }} · {{ pool.region||'any region' }} · {{ pool.architecture||'any architecture' }}
- Capacity
- {{ pool.capacity.cpu }} CPU · {{ (pool.capacity.memoryBytes/1073741824).toFixed(1) }} GB
- Workloads
- {{ active(pool).length }} / {{ pool.maxWorkloads }}
- Build concurrency
- {{ pool.concurrency }}
{{ item.eligible?'eligible':'rejected' }}{{ item.poolName }}
{{ item.serverId||'provider-managed' }}
{{ item.reasons.join('; ')||'All requirements fit.' }}
fit {{ item.score.fit.toFixed(2) }} · spread {{ item.score.spread }} · cost {{ item.score.cost }}