NOAA publish latency for HRRR pressure-level f18 straddles ~50-65 min after cycle hour. The HH:05 cron frequently probes a (now-1h) cycle that's not yet on S3 and falls back to (now-2h). Until today the next re-attempt was a full hour later, leaving weather visibly stale. Quadrupling the schedule lets pick_run_time/1 upgrade to the freshest cycle within 15 min of it publishing. seed_with_analysis is idempotent (on_conflict: :nothing), so re-fires against an already-seeded run_time are a single cheap INSERT batch. |
||
|---|---|---|
| .. | ||
| config.exs | ||
| dev.exs | ||
| prod.exs | ||
| runtime.exs | ||
| test.exs | ||