Commit c605acb
fix(pipeline): escalate idle keepalive backoff to 20s
Previous cap of 2s caused ~1200 requests/5min idle with 15 deployments.
New escalation: 20ms→80ms→200ms→500ms→2s→5s→10s→20s.
After 15+ consecutive empties, sessions poll every 20s.
Estimated idle reduction: ~1200/5min → ~200/5min.
Zero latency impact on active traffic — select! races timer against
client reads, so real data fires immediately.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>1 parent b2f8207 commit c605acb
1 file changed
Lines changed: 4 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1638 | 1638 | | |
1639 | 1639 | | |
1640 | 1640 | | |
1641 | | - | |
1642 | | - | |
| 1641 | + | |
| 1642 | + | |
| 1643 | + | |
| 1644 | + | |
1643 | 1645 | | |
1644 | 1646 | | |
1645 | 1647 | | |
| |||
0 commit comments