Commit graph

17 commits

Author SHA1 Message Date
6fdd39dc0e
Fix CI test failures and configuration issues
- Simplify APRS_PORT parsing to avoid syntax errors
- Disable Exq properly in test environment to prevent startup issues
- Disable Prometheus telemetry in test mode to avoid port conflicts
- Update telemetry module to conditionally start Prometheus metrics

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

Co-Authored-By: Claude <noreply@anthropic.com>
2025-07-27 13:51:43 -05:00
1596e95eba
format 2025-07-27 11:16:16 -05:00
1f4aaf2a80
Migrate background job processing from Oban to Exq
- Replace Oban dependency with Exq for Redis-based background jobs
- Update PacketCleanupWorker to use Exq's perform/1 signature
- Add CleanupScheduler GenServer for periodic job scheduling
- Configure Exq with Redis connection and queue settings
- Update tests to work with Exq job format
- Maintain 6-hour packet cleanup schedule functionality

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

Co-Authored-By: Claude <noreply@anthropic.com>
2025-07-26 18:39:50 -05:00
f5e0f33ac2
fix geolocation hopefully 2025-07-10 17:12:49 -05:00
176e90186d
more ci tweaks 2025-07-09 17:04:33 -05:00
711d92ebb6
performance improvements 2025-07-08 10:03:52 -05:00
172da7d393
upgrade more with modern phoenix 2025-07-05 08:04:06 -05:00
ce7c50caa1
refactor to use external parser 2025-06-24 14:22:09 -05:00
81a9263b9f
faster tests 2025-06-22 10:58:30 -05:00
d6ac5cccfc
fixes 2025-06-21 12:26:43 -05:00
3b8d1f2cff
storing fix 2025-06-16 13:11:58 -05:00
6e8f1e434f
dont connect to is server in test 2025-06-16 12:45:35 -05:00
506e5550b4
postgis 2025-06-16 09:58:17 -05:00
2f20a19c6a
run migrations on start 2025-06-15 21:54:06 -05:00
ff9eb9c614 update everything 2025-01-22 12:12:39 -06:00
7b874d9afa add auth 2023-01-29 13:29:25 -06:00
d40567dfeb initial 2023-01-26 13:20:23 -06:00