Reduce hrrr queue to 1 per pod to prevent OOM

Native HRRR files are ~400MB each. At hrrr:5 per pod, 5 concurrent
downloads exceed the 4GB pod memory limit causing OOMKilled.
This commit is contained in:
Graham McIntire 2026-04-10 13:37:32 -05:00
parent b5d33def74
commit 0e3c06d040

View file

@ -140,7 +140,7 @@ if config_env() == :prod do
commercial: 1,
solar: 1,
weather: 3,
hrrr: 5,
hrrr: 1,
terrain: 3,
iemre: 3,
era5: 2,