oban v2.0.0-rc.3 Release Notes

Release Date: 2020-07-01 // almost 4 years ago
  • ๐Ÿ›  Fixed

    • ๐Ÿ‘ป [Oban.Crontab.Cron] Do not raise an ArgumentError exception when the crontab configuration includes a step of 1, which is a valid step value.

    • [Oban.Telemetry] Correctly record duration and queue_time using native time units, but log them using microseconds. Previously they used a mixture of native and microseconds, which yielded inconsistent values.

    โž• Added

    • 0๏ธโƒฃ [Oban.Telemetry] Include job queue_time in the default logger output.

    ๐Ÿ”„ Changed

    • ๐Ÿ”Œ [Oban.Plugins.Pruner] The FixedPruner is renamed to Pruner and allows users to configure the max_age value. This partially reverses the breaking change imposed by the move from prune to the FixedPruner plugin, though there isn't any support for max_len or dynamic pruning.