aprs.me/config
Graham McIntire ad2d9c14cf
Fix packet buffer overflow with parallel consumer pool
- Create PacketConsumerPool to run 3 parallel consumers (configurable)
- Increase max_demand from 250 to 750 total (250 per consumer)
- Fix timer management to properly cancel/restart on batch processing
- Configure proper GenStage subscriptions with backpressure control
- Allow unnamed consumers for pool usage

This 3x increase in processing capacity prevents the "Packet buffer full"
warnings by ensuring consumers can keep up with incoming packet rate.

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

Co-Authored-By: Claude <noreply@anthropic.com>
2025-07-19 14:49:52 -05:00
..
config.exs Fix packet buffer overflow with parallel consumer pool 2025-07-19 14:49:52 -05:00
dev.exs Implement critical performance optimizations and error handling 2025-07-18 18:19:49 -05:00
prod.exs Implement critical performance optimizations and error handling 2025-07-18 18:19:49 -05:00
runtime.exs Implement critical performance optimizations and error handling 2025-07-18 18:19:49 -05:00
test.exs fix geolocation hopefully 2025-07-10 17:12:49 -05:00