v0.7.0
Pre-release
Pre-release
Added
- singleflight mode, if the same job tries to run again while a previous run hasn't finished yet, it will either wait to run or skip the run (#123) thanks @farwydi
- the ability to limit the number of concurrent jobs, useful for resource intensive jobs (#126) thanks @dustin-decker
Changed
- we now send jobs to a job executor through channels instead of handling them directly in the scheduler, allowing us to get rid of many mutexes (#122) @JohnRoesler
Fixed
- a race condition issue on some getter methods (#124) thanks @amirhosseinvz94