Bug Fixes
-
[Oban.Pro.Plugins.DynamicPruner] Consider
cancelled
jobs that were never attempted when pruning.
cancelled
jobs that were never
attempted when pruning. Worker.from_string
, fixing callback insertion. [Oban.Pro.Workers.Workflow] A new worker that composes arbitrary jobs together for directed execution. This allows sequential, fan-out and fan-in workflows that are horizontally distributed and fault tolerant.
See the Workflow docs for setup and a walk-through with use-cases.
Bump Oban dependency to ~> 2.3.0
due to the workflow worker’s use of the new
meta
field in Oban.Job
.