prop/lib/microwaveprop/propagation
Graham McIntire 105298fc3f
Add FreshnessMonitor GenServer to detect and fill stale propagation data
Replaces the one-shot startup Task with a GenServer that checks every
5 minutes whether propagation scores are older than 2 hours. If stale,
enqueues a PropagationGridWorker job (with dedup check to avoid double
queuing). Disabled in test env to avoid SQL Sandbox conflicts.
2026-03-31 12:08:51 -05:00
..
band_config.ex Add propagation scoring algorithm with 9 weighted factors 2026-03-30 16:57:38 -05:00
freshness_monitor.ex Add FreshnessMonitor GenServer to detect and fill stale propagation data 2026-03-31 12:08:51 -05:00
grid.ex Increase grid to 0.125 degrees with smooth canvas overlay 2026-03-31 08:52:07 -05:00
grid_score.ex Add CONUS grid definition and propagation score schema 2026-03-30 16:50:06 -05:00
scorer.ex Add propagation scoring algorithm with 9 weighted factors 2026-03-30 16:57:38 -05:00