prop/lib/mix/tasks
Graham McIntire 65e3159a85 Pause Oban queues in all mix tasks
Mix tasks that call app.start were also booting Oban's cron scheduler,
causing PropagationGridWorker and other cron jobs to fire during
backfills. Add Oban.pause_all_queues(Oban) immediately after app.start
in every mix task that only needs Repo access.
2026-04-10 09:13:30 -05:00
..
backtest.ex Pause Oban queues in all mix tasks 2026-04-10 09:13:30 -05:00
era5_backfill.ex Pause Oban queues in all mix tasks 2026-04-10 09:13:30 -05:00
hrrr_backfill.ex Pause Oban queues in all mix tasks 2026-04-10 09:13:30 -05:00
hrrr_climatology.ex Pause Oban queues in all mix tasks 2026-04-10 09:13:30 -05:00
hrrr_native_backfill.ex Pause Oban queues in all mix tasks 2026-04-10 09:13:30 -05:00
hrrr_native_derive.ex Pause Oban queues in all mix tasks 2026-04-10 09:13:30 -05:00
notebook.ex Add bin/notebook script to start Phoenix + Livebook together 2026-04-07 11:15:49 -05:00
propagation_grid.ex HRRR forecast hours (f00-f18) with timeline map UI 2026-03-31 16:44:47 -05:00
reset_enrichment.ex Pause Oban queues in all mix tasks 2026-04-10 09:13:30 -05:00