config.exs registers Oban queues + the Cron plugin at compile time, and Config deep-merges with runtime.exs by key. Simply omitting propagation/commercial/solar from runtime.exs left them inheriting from config.exs, so backfill pods were still processing hot-path queues and holding the Cron plugin. Override the hot queues to limit: 0 and re-register Cron with an empty crontab in backfill mode so the compile-time defaults get neutralised. |
||
|---|---|---|
| .. | ||
| config.exs | ||
| dev.exs | ||
| prod.exs | ||
| runtime.exs | ||
| test.exs | ||