Changelog

All notable changes to Oban.Pro will be documented in this file.

v0.3.1

Fixed

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

v0.3.0

Fixed

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

Changed

  • Bump Oban dependency to 2.0.0

v0.2.1 — 2020-07-01

Added

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

v0.2.0 — 2020-06-12

Fixed

  • Conditional improvements to the BatchManager plugin

Changed

  • Bump Oban dependency to 2.0.0-rc.1

v0.1.0 — 2020-06-03

Initial release including these plugins:

  • Oban.Pro.Plugins.BatchManager
  • Oban.Pro.Plugins.DynamicPruner
  • Oban.Pro.Plugins.Lifeline
  • Oban.Pro.Plugins.Reprioritizer

As well as the Oban.Pro.Workers.Batch worker.