Skip to content

v0.45.0

Latest

Choose a tag to compare

@brandur brandur released this 25 Aug 13:25
eced75d

Changed

  • Upgrade supported Go versions to 1.26 and 1.27. PR #1356.

Fixed

  • Fixed periodic jobs advancing their durable next run time when job insertion fails. PR #1359.
  • Improved SQLite queue count performance on large job tables by limiting counts to available and running jobs so the existing state and queue index can be used. PR #1360.