Skip to content

v0.12.0

Latest
Compare
Choose a tag to compare
@reugn reugn released this 16 May 13:27
· 2 commits to master since this release
928d076

Features

  • feat(scheduler)!: handle errors in the GetJobKeys method by @reugn in #126
  • feat(scheduler): add a channel to handle misfired jobs by @reugn in #129
  • feat(scheduler): export the reset method by @reugn in #131
  • feat(scheduler)!: support custom mutex for job queue operations by @reugn in #133
  • feat(queue): handle errors in ScheduledJobs and Size methods by @reugn in #125
  • feat(queue): export the job queue constructor by @reugn in #134

Fixes

  • fix(scheduler): recover from unhandled job panics by @reugn in #130

Improvements

  • refactor: remove excessive queue empty check by @reugn in #124

Full Changelog: v0.11.2...v0.12.0