From e44d7043e5164b2f7a5ee842598242221195ffba Mon Sep 17 00:00:00 2001 From: Graham McIntire Date: Wed, 15 Apr 2026 18:42:11 -0500 Subject: [PATCH] Add :narr Oban queue to dev and runtime configs MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Concurrency 6 in both dev and prod. NARR fetches are network-bound (byte-range GETs to NCEI) so high concurrency is fine — same shape as the iemre queue in dev. Required for NarrFetchWorker (added in the previous commit) to actually pick up jobs. --- config/dev.exs | 1 + config/runtime.exs | 1 + 2 files changed, 2 insertions(+) diff --git a/config/dev.exs b/config/dev.exs index f74c0a2b..daa7e243 100644 --- a/config/dev.exs +++ b/config/dev.exs @@ -82,6 +82,7 @@ config :microwaveprop, Oban, terrain: 4, commercial: 2, iemre: 10, + narr: 6, backfill_enqueue: 1 ], plugins: [ diff --git a/config/runtime.exs b/config/runtime.exs index 63bd50d8..8071852f 100644 --- a/config/runtime.exs +++ b/config/runtime.exs @@ -168,6 +168,7 @@ if config_env() == :prod do hrrr: 1, terrain: 3, iemre: 3, + narr: 6, # ERA5 queues are TEMPORARILY PAUSED while we diagnose the # zero-ingestion pipeline. Every poll in prod has been hitting # either CDS-rejected or long-running states; no `ERA5Batch: