jobs v0.4.2 Release Notes
Release Date: 2015-12-31 // about 9 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