bump hrrr downloads

This commit is contained in:
Graham McIntire 2026-03-30 10:37:55 -05:00
parent 25bbaeefca
commit 9c25cff935
No known key found for this signature in database
GPG key ID: F4ABF488E6029E59

View file

@ -44,7 +44,7 @@ config :microwaveprop, MicrowavepropWeb.Endpoint,
config :microwaveprop, Oban,
repo: Microwaveprop.Repo,
queues: [solar: 1, weather: 3, enqueue: 1, hrrr: 1, terrain: 4],
queues: [solar: 1, weather: 3, enqueue: 1, hrrr: 10, terrain: 4],
plugins: [
{Oban.Plugins.Pruner, max_age: 3600 * 24},
{Oban.Plugins.Lifeline, rescue_after: to_timeout(minute: 30)},