diff --git a/config/runtime.exs b/config/runtime.exs index c3224743..3c988385 100644 --- a/config/runtime.exs +++ b/config/runtime.exs @@ -124,12 +124,14 @@ 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} ]} ] config :microwaveprop, :email_from, {"NTMS Propagation", "graham@w5isp.com"} config :microwaveprop, hrrr_base_url: System.get_env("HRRR_BASE_URL", "http://skippy.w5isp.com:8080") config :microwaveprop, srtm_tiles_dir: "/srtm" + # config :microwaveprop, start_freshness_monitor: true + config :microwaveprop, start_freshness_monitor: false end diff --git a/lib/microwaveprop_web/live/map_live.ex b/lib/microwaveprop_web/live/map_live.ex index 944d390c..de38acb7 100644 --- a/lib/microwaveprop_web/live/map_live.ex +++ b/lib/microwaveprop_web/live/map_live.ex @@ -276,10 +276,15 @@ defmodule MicrowavepropWeb.MapLive do > + <%!-- Maintenance banner --%> +