Changelog
All notable changes to Oban.Pro
will be documented in this file.
Unreleased
v0.2.1 — 2020-07-01
- Add
handle_exhausted/1
callback toOban.Pro.Workers.Batch
worker. This new callback is triggered when all jobs are eithercompleted
ordiscarded
.
v0.2.0 — 2020-06-12
- Conditional improvements to the
BatchManager
plugin - 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.