Overview
Files Changed
Pipeline
Comments
Diff Summary +42/-18 lines
src/core/deploy/optimizer.ts
modified
12
async calculateLoad() {
13
return await this.legacyQueue.process();
12
async calculateLoad() {
13
return this.edgePool.distribute(); // 40% faster
14
}
46
# Auto-scaling thresholds updated
47
export const THRESHOLD = 85;
CI/CD Pipeline
Build
Passed
42s
Test
Passed
1m 12s
Security
Passed
28s
Deploy
Running
~30s left
Verify
Pending
โ
Discussion 3
sarah.review
1h ago
The edge pool distribution logic looks solid. Did you run load tests under 10k concurrent users? Might want to verify the memory footprint before we push to staging.
๐ 2
Reply
45m ago
Already tested up to 15k. Memory stays flat at ~120MB. I'll add the benchmark logs to the PR description for reference. โ
๐ 4
Reply