aprs.me/lib
Graham McIntire 8b3e433e61
Fix Exq startup conflict causing crash loop
- Remove manual Exq startup from application supervision tree
- Add :exq to extra_applications in mix.exs for automatic startup
- Remove duplicate Exq configuration functions
- Let Exq start automatically via runtime.exs configuration

The issue was Exq being started twice - once manually in the supervision
tree and once automatically via configuration, causing "already_started" error.

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

Co-Authored-By: Claude <noreply@anthropic.com>
2025-07-27 10:49:42 -05:00
..
aprsme Fix Exq startup conflict causing crash loop 2025-07-27 10:49:42 -05:00
aprsme_web Fix PgBouncer database connection and graceful shutdown 2025-07-26 15:51:06 -05:00
mix/tasks format 2025-07-21 09:00:16 -05:00
aprs_web.ex upgrade more with modern phoenix 2025-07-05 08:04:06 -05:00
aprsme.ex refactor to use external parser 2025-06-24 14:22:09 -05:00