Re-enable hourly propagation grid scoring in production
This commit is contained in:
parent
c6c4214a91
commit
f2e6512974
1 changed files with 2 additions and 2 deletions
|
|
@ -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}
|
||||
]}
|
||||
]
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue