v0.13.0
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 createOption
(e.g.MaxRetry
,Queue
, etc)