Increase weather enqueue frequency to every 30 minutes
This commit is contained in:
parent
da3503223f
commit
7f97c72f98
1 changed files with 1 additions and 1 deletions
|
|
@ -51,7 +51,7 @@ config :microwaveprop, Oban,
|
|||
{Oban.Plugins.Cron,
|
||||
crontab: [
|
||||
{"0 8 * * *", Microwaveprop.Workers.SolarIndexWorker},
|
||||
{"0 */4 * * *", Microwaveprop.Workers.QsoWeatherEnqueueWorker},
|
||||
{"*/30 * * * *", Microwaveprop.Workers.QsoWeatherEnqueueWorker},
|
||||
{"*/5 * * * *", Microwaveprop.Commercial.PollWorker}
|
||||
]}
|
||||
]
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue