Increase Oban queue concurrency for backfill throughput

This commit is contained in:
Graham McIntire 2026-04-03 09:15:04 -05:00
parent ebeaaa06e4
commit b4012baf89
No known key found for this signature in database
GPG key ID: F4ABF488E6029E59

View file

@ -117,7 +117,7 @@ if config_env() == :prod do
# Production Oban: live scoring, polling, and on-demand QSO enrichment (no cron backfill) # Production Oban: live scoring, polling, and on-demand QSO enrichment (no cron backfill)
config :microwaveprop, Oban, config :microwaveprop, Oban,
queues: [propagation: 1, commercial: 2, solar: 1, weather: 5, hrrr: 5, terrain: 2, iemre: 5], queues: [propagation: 1, commercial: 2, solar: 1, weather: 10, hrrr: 10, terrain: 5, iemre: 10],
plugins: [ plugins: [
{Oban.Plugins.Pruner, max_age: 3600 * 24}, {Oban.Plugins.Pruner, max_age: 3600 * 24},
{Oban.Plugins.Lifeline, rescue_after: 30 * 60 * 1000}, {Oban.Plugins.Lifeline, rescue_after: 30 * 60 * 1000},