diff --git a/config/runtime.exs b/config/runtime.exs index ebf04c15..0dc1d9b2 100644 --- a/config/runtime.exs +++ b/config/runtime.exs @@ -139,8 +139,8 @@ if config_env() == :prod do {Oban.Plugins.Cron, crontab: [ {"0 8 * * *", Microwaveprop.Workers.SolarIndexWorker}, - {"*/5 * * * *", Microwaveprop.Commercial.PollWorker} - # {"5 * * * *", Microwaveprop.Workers.PropagationGridWorker} + {"*/5 * * * *", Microwaveprop.Commercial.PollWorker}, + {"5 * * * *", Microwaveprop.Workers.PropagationGridWorker} ]} ]