Skip to content

v0.13.0

Compare
Choose a tag to compare
@hibiken hibiken released this 13 Oct 13:37
· 406 commits to master since this release

Version 0.13.0 Adds Scheduler type for Periodic tasks

Added

  • Scheduler type is added to enable periodic tasks. See the godoc for its APIs and wiki for the getting-started guid

Changed

  • The interface Option has changed. See the godoc for the new interface. This would have no impact as long as you were using the exported functions to create Option (e.g. MaxRetry, Queue, etc)