Reduce HRRR worker concurrency to 3
This commit is contained in:
parent
94d1ce2809
commit
2f65ec8dff
1 changed files with 1 additions and 1 deletions
|
|
@ -117,7 +117,7 @@ if config_env() == :prod do
|
|||
|
||||
# Production Oban: live scoring, polling, and on-demand QSO enrichment (no cron backfill)
|
||||
config :microwaveprop, Oban,
|
||||
queues: [propagation: 1, commercial: 2, solar: 1, weather: 10, hrrr: 5, terrain: 5, iemre: 10, backfill_enqueue: 1],
|
||||
queues: [propagation: 1, commercial: 2, solar: 1, weather: 10, hrrr: 3, terrain: 5, iemre: 10, backfill_enqueue: 1],
|
||||
plugins: [
|
||||
{Oban.Plugins.Pruner, max_age: 3600 * 24},
|
||||
{Oban.Plugins.Lifeline, rescue_after: 30 * 60 * 1000},
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue