diff --git a/config/config.exs b/config/config.exs index f09ea41c..eea5e9b5 100644 --- a/config/config.exs +++ b/config/config.exs @@ -53,8 +53,7 @@ config :microwaveprop, Oban, {"0 8 * * *", Microwaveprop.Workers.SolarIndexWorker}, {"*/30 * * * *", Microwaveprop.Workers.QsoWeatherEnqueueWorker}, {"*/5 * * * *", Microwaveprop.Commercial.PollWorker}, - {"5 * * * *", Microwaveprop.Workers.PropagationGridWorker}, - {"*/10 * * * *", Microwaveprop.Workers.AsosAdjustmentWorker} + {"5 * * * *", Microwaveprop.Workers.PropagationGridWorker} ]} ] diff --git a/config/runtime.exs b/config/runtime.exs index 41193c66..b2642675 100644 --- a/config/runtime.exs +++ b/config/runtime.exs @@ -75,8 +75,7 @@ if config_env() == :prod do crontab: [ {"0 8 * * *", Microwaveprop.Workers.SolarIndexWorker}, {"*/5 * * * *", Microwaveprop.Commercial.PollWorker}, - {"5 * * * *", Microwaveprop.Workers.PropagationGridWorker}, - {"*/10 * * * *", Microwaveprop.Workers.AsosAdjustmentWorker} + {"5 * * * *", Microwaveprop.Workers.PropagationGridWorker} ]} ]