Oban Releases

Pro v0.3.0

Bug Fixes

  • [Oban.Pro.Plugins.Lifeline] Ignore unknown messages to the plugin to prevent crashes.

Changes

  • Bump Oban dependency to 2.0.0“””}, {“0.2.1”, ~D[2020-07-01], ~S”””

Enhancements

  • Add handle_exhausted/1 callback to Oban.Pro.Workers.Batch worker. This new callback is triggered when all jobs are either completed or discarded.

Pro v0.3.1

Bug Fixes

  • [Oban.Pro.Workers.Batch] Only invoke batch callbacks that are defined for the current worker.

Pro v0.3.2

Bug Fixes

  • [Oban.Pro.Plugins.DynamicPruner] Correctly prune discarded jobs that were cancelled before they were ever attempted.