Skip to content

v0.7.0

Pre-release
Pre-release
Compare
Choose a tag to compare
@Streppel Streppel released this 26 Feb 19:03
f251977

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