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. |
||
|---|---|---|
| .. | ||
| backtest.ex | ||
| era5_backfill.ex | ||
| hrrr_backfill.ex | ||
| hrrr_climatology.ex | ||
| hrrr_native_backfill.ex | ||
| hrrr_native_derive.ex | ||
| notebook.ex | ||
| propagation_grid.ex | ||
| reset_enrichment.ex | ||