Added
RequireNotInserted
test helper (in addition to the existingRequireInserted
) 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.