Oban Pro 2.21.1's Smart engine rejects `local_limit: 0` with "local_limit must be greater than 0", OOMing the backfill pod on every boot since the upgrade. Switch the disable pattern to `[local_limit: 1, paused: true]` so the queue still exists (satisfying the validator) but processes nothing. Verified under PROP_ROLE=backfill the four hot queues (propagation, commercial, solar, enqueue) resolve to paused=true and the others keep their normal concurrency. |
||
|---|---|---|
| .. | ||
| config.exs | ||
| dev.exs | ||
| prod.exs | ||
| runtime.exs | ||
| test.exs | ||