bump hrrr downloads
This commit is contained in:
parent
25bbaeefca
commit
9c25cff935
1 changed files with 1 additions and 1 deletions
|
|
@ -44,7 +44,7 @@ config :microwaveprop, MicrowavepropWeb.Endpoint,
|
||||||
|
|
||||||
config :microwaveprop, Oban,
|
config :microwaveprop, Oban,
|
||||||
repo: Microwaveprop.Repo,
|
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: [
|
plugins: [
|
||||||
{Oban.Plugins.Pruner, max_age: 3600 * 24},
|
{Oban.Plugins.Pruner, max_age: 3600 * 24},
|
||||||
{Oban.Plugins.Lifeline, rescue_after: to_timeout(minute: 30)},
|
{Oban.Plugins.Lifeline, rescue_after: to_timeout(minute: 30)},
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue