towerops/config
Graham McIntire 92cd812806
fix: add Oban config to dev.exs and replace Exq telemetry with Oban
Changes:
- Add Oban configuration to config/dev.exs (was only in runtime.exs)
- Replace Exq telemetry metrics with Oban equivalents
- Update publish_exq_stats to publish_oban_stats using Oban.Job queries
- Track queue sizes, executing jobs, and available jobs

This fixes the startup error where Oban config was not available in dev.
2026-01-24 16:39:45 -06:00
..
config.exs ignore startup errors 2026-01-23 10:06:25 -06:00
dev.exs fix: add Oban config to dev.exs and replace Exq telemetry with Oban 2026-01-24 16:39:45 -06:00
prod.exs Remove force_ssl config since Traefik handles SSL termination 2026-01-05 13:23:38 -06:00
runtime.exs refactor: migrate from etcd to Oban for distributed job coordination 2026-01-24 16:12:27 -06:00
test.exs refactor: migrate from etcd to Oban for distributed job coordination 2026-01-24 16:12:27 -06:00