diff --git a/config/runtime.exs b/config/runtime.exs index f1122b97..bbf8b4d7 100644 --- a/config/runtime.exs +++ b/config/runtime.exs @@ -118,7 +118,7 @@ if config_env() == :prod do # Production Oban: live scoring, polling, and on-demand QSO enrichment (no cron backfill) config :microwaveprop, Oban, # Per-pod concurrency (×3 pods = effective cluster total) - queues: [propagation: 1, commercial: 1, solar: 1, weather: 3, hrrr: 1, terrain: 2, iemre: 3, backfill_enqueue: 1], + queues: [propagation: 1, commercial: 1, solar: 1, weather: 3, hrrr: 5, terrain: 2, iemre: 3, backfill_enqueue: 1], plugins: [ {Oban.Plugins.Pruner, max_age: 3600 * 24}, {Oban.Plugins.Lifeline, rescue_after: 10 * 60 * 1000},