jobs v0.4.2 Release Notes
Release Date: 2015-12-31 // almost 4 years ago-
🚀 This release features no real code changes. All I did was update one of the tests so that it would pass when run on CircleCI. To be more specific, I had to update
TestRecurringJob
so that it was less fickle. Previously, it would fail whenever you passed the-race
flag to go test due to subtle timing differences.🍱 CircleCI is now fully set up and the tests pass 🎉
Full Changelog
- 🛠 Fix
TestRecurringJob
so it is less fickle and will pass with the-race
flag.
- 🛠 Fix
Previous changes from v0.4.0
-
🚀 This release incorporates PR #30. Thanks @utrack!
👷 I wanted to prioritize getting #30 into master, so I have not yet implemented everything that was planned for Milestone 0.4.0. As a result, some issues have been pushed back to Milestone 0.5.0.
Full Changelog
- 👷 Implement
Pool.SetAfterFunc
which allows you to specify a function that should be run after each job is executed, regardless of whether it was successful.
- 👷 Implement