oban v0.11.1 Release Notes

Release Date: 2019-11-13 // over 4 years ago
  • 🛠 Fixed

    • [Oban.Pruner] Apply prune_limit when pruning beats. A lot of beats can accumulate when pruning has been disabled. Later, when pruning is enabled, the pruner would try to delete too many beats and would time out.

    • ⏱ [Oban.Crontab.Scheduler] Use a zero arity function for the transaction callback. The one arity version is only available in Ecto >= 3.2.