aprs.me/test
Graham McIntire 234fc2010f
Implement critical performance optimizations and error handling
This commit introduces several major performance improvements and adds
robust error handling for malformed HTTP requests:

Performance Optimizations:
- Add database migration with BRIN indexes for time-series data and partial
  indexes for recent queries, significantly improving query performance
- Create global StreamingPacketsPubSub system for real-time packet distribution
  with geographic bounds filtering using ETS for fast lookups
- Refactor PacketConsumer to use Stream module for memory-efficient processing,
  preventing memory accumulation during batch operations
- Implement dedicated BroadcastTaskSupervisor pool for async broadcast operations,
  preventing GenServer blocking on I/O
- Increase database connection pool from 25 to 45 (production) and 15 to 30 (dev)
  for better concurrency support

Error Handling:
- Add SentryFilter to prevent Bandit.HTTPError from missing Host headers from
  cluttering Sentry (common with bots/scanners)
- Configure custom 400 Bad Request error handling
- Filter out common bot/scanner paths from error reporting

All changes include comprehensive test coverage following TDD practices.

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

Co-Authored-By: Claude <noreply@anthropic.com>
2025-07-18 18:19:49 -05:00
..
aprsme Implement critical performance optimizations and error handling 2025-07-18 18:19:49 -05:00
aprsme_web Fix credo warnings and ensure clean compilation 2025-07-14 10:25:01 -05:00
assets/js use postgis for testing 2025-07-09 16:48:55 -05:00
integration performance improvements 2025-07-08 10:03:52 -05:00
support refactor 2025-07-13 16:49:20 -05:00
types refactor to use external parser 2025-06-24 14:22:09 -05:00
test_helper.exs refactor and performance improvements 2025-07-10 10:53:34 -05:00