Re-enable hourly propagation grid scoring in production

This commit is contained in:
Graham McIntire 2026-04-06 17:01:32 -05:00
parent c6c4214a91
commit f2e6512974

View file

@ -139,8 +139,8 @@ if config_env() == :prod do
{Oban.Plugins.Cron, {Oban.Plugins.Cron,
crontab: [ crontab: [
{"0 8 * * *", Microwaveprop.Workers.SolarIndexWorker}, {"0 8 * * *", Microwaveprop.Workers.SolarIndexWorker},
{"*/5 * * * *", Microwaveprop.Commercial.PollWorker} {"*/5 * * * *", Microwaveprop.Commercial.PollWorker},
# {"5 * * * *", Microwaveprop.Workers.PropagationGridWorker} {"5 * * * *", Microwaveprop.Workers.PropagationGridWorker}
]} ]}
] ]