aprs.me/config
Graham McIntire 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
..
config.exs Migrate background job processing from Oban to Exq 2025-07-26 18:39:50 -05:00
dev.exs vendor all js 2025-07-21 11:09:14 -05:00
prod.exs Fix Docker build CSS import errors 2025-07-21 11:59:04 -05:00
runtime.exs Fix database parameters for PgBouncer compatibility 2025-07-26 10:32:53 -05:00
test.exs Migrate background job processing from Oban to Exq 2025-07-26 18:39:50 -05:00