Bump HRRR queue concurrency from 1 to 5 per pod
15 concurrent HRRR fetches across 3 pods to process the 16,870 contacts that need fresh HRRR data from NOAA.
This commit is contained in:
parent
023fef4d8c
commit
89ade2e8cc
1 changed files with 1 additions and 1 deletions
|
|
@ -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},
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue