Unlimited BackfillEnqueueWorker runs loaded all ~36k enrichable contacts and hit Oban's ~17 min execution timeout, discarding the parent job every cron tick. Enrichment was landing partially (jobs enqueued before the timeout) but the loop never completed and no success signal was emitted. A per-tick limit of 2000 keeps each run well under any timeout while still draining the backlog at 4000/hour across the */30 schedule. |
||
|---|---|---|
| .. | ||
| config.exs | ||
| dev.exs | ||
| prod.exs | ||
| runtime.exs | ||
| test.exs | ||