Skip to content

v0.6.0

Compare
Choose a tag to compare
@brandur brandur released this 09 May 05:04
· 10 commits to master since this release
2c0e11f

Added

  • RequireNotInserted test helper (in addition to the existing RequireInserted) that verifies that a job with matching conditions was not inserted. PR #237.

Changed

  • The periodic job enqueuer now sets scheduled_at of inserted jobs to the more precise time of when they were scheduled to run, as opposed to when they were inserted. PR #341.

Fixed

  • Remove use of github.com/lib/pq, making it once again a test-only dependency. PR #337.