aprs.me/assets
Graham McIntire 77cf28e908
Add connection draining for cluster load balancing
Implements automatic connection draining to balance load across cluster nodes:
- ConnectionMonitor tracks CPU usage and connection counts across nodes
- Triggers draining when node is overloaded (>70% CPU or 2x avg connections)
- LiveViews gracefully disconnect and reconnect to less loaded nodes
- Helps prevent single pod from handling all WebSocket connections

Also fixes Mic-E packet parsing to properly extract altitude data and
remove telemetry suffixes from comments.

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-07-29 12:34:30 -05:00
..
css Implement mobile web optimization and fix sidebar clipping 2025-07-21 14:31:49 -05:00
js Add connection draining for cluster load balancing 2025-07-29 12:34:30 -05:00
vendor Remove all VectorGrid references and code 2025-07-28 07:43:44 -05:00