prop/lib/microwaveprop
Graham McIntire bb590a3b64
Invert HRRR failure logic: only retry transient network/server errors
Instead of listing every permanent failure string, only retry on known
transient errors (5xx, 429, network exceptions). Everything else —
GRIB decode errors, 404s, range request failures, index out of range —
is cancelled immediately.
2026-03-30 09:28:20 -05:00
..
radio Add /submit route for user QSO submission 2026-03-29 16:46:35 -05:00
terrain Add logging to SRTM elevation fallback chain 2026-03-30 09:02:08 -05:00
weather Reject HRRR downloads when server ignores Range header 2026-03-30 09:26:58 -05:00
workers Invert HRRR failure logic: only retry transient network/server errors 2026-03-30 09:28:20 -05:00
application.ex Add QsoWeatherEnqueueWorker cron job to auto-fetch weather for new QSOs 2026-03-29 14:11:03 -05:00
mailer.ex initial 2026-03-28 11:28:47 -05:00
radio.ex Add Committed column to QSOs table showing inserted_at 2026-03-29 17:38:35 -05:00
release.ex docker 2026-03-28 11:41:31 -05:00
repo.ex initial 2026-03-28 11:28:47 -05:00
terrain.ex Add SRTM terrain path profiles for QSOs 2026-03-29 16:22:29 -05:00
weather.ex Add HRRR model profile fetching for QSOs 2026-03-29 15:54:22 -05:00