aprs.me/lib/aprsme_web/live/map_live
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
..
bounds_manager.ex clean up warnings 2025-07-16 08:55:46 -05:00
data_builder.ex clean up warnings 2025-07-16 08:55:46 -05:00
display_manager.ex major refactor for cleanup 2025-07-14 12:06:10 -05:00
historical_loader.ex Fix comprehensive crash prevention and add missing RF path station markers 2025-07-28 11:56:00 -05:00
index.ex Add connection draining for cluster load balancing 2025-07-29 12:34:30 -05:00
map_helpers.ex major refactor for cleanup 2025-07-14 12:06:10 -05:00
navigation.ex major refactor for cleanup 2025-07-14 12:06:10 -05:00
packet_manager.ex clean up warnings 2025-07-16 08:55:46 -05:00
packet_processor.ex Move Redis PubSub config to runtime initialization 2025-07-26 10:10:55 -05:00
packet_store.ex performance improvements 2025-07-14 16:35:58 -05:00
packet_utils.ex Remove caching from has_weather_packets function 2025-07-28 15:52:53 -05:00
popup_component.ex integrate /:call to main page 2025-07-13 10:36:58 -05:00
rf_path.ex major refactor for cleanup 2025-07-14 12:06:10 -05:00
url_params.ex major refactor for cleanup 2025-07-14 12:06:10 -05:00
utils.ex major refactor for cleanup 2025-07-14 12:06:10 -05:00