Bump terrain queue concurrency to 3 per pod
This commit is contained in:
parent
7c7dc80acf
commit
d63653e9a1
1 changed files with 1 additions and 1 deletions
|
|
@ -132,7 +132,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: 5, terrain: 2, iemre: 3, backfill_enqueue: 1],
|
||||
queues: [propagation: 1, commercial: 1, solar: 1, weather: 3, hrrr: 5, terrain: 3, 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