The hrrr_climatology table previously rebuilt only when an operator remembered to run `mix hrrr_climatology` from a workstation, which the prod environment can't do. AdminTaskWorker already exposes the same logic as a "climatology" task, so a one-line cron entry (02:30 UTC daily) lets prod self-heal: empty/stale rows refold from the hrrr_profiles archive within 24h, no manual intervention. Recalibration audit remediation now points at the cron path instead of the dev-only mix task. |
||
|---|---|---|
| .. | ||
| config.exs | ||
| dev.exs | ||
| prod.exs | ||
| runtime.exs | ||
| test.exs | ||