Skip to content

v0.8.0

Pre-release
Pre-release

Choose a tag to compare

@JohnRoesler JohnRoesler released this 11 Mar 04:11
a55ceb8

Added

  • when multiple errors occur creating a job, they are now wrapped and returned (#130) @JohnRoesler
  • allowing the enforcement of unique tags when set through the scheduler with Scheduler.TagsUnique() (#136) @JohnRoesler
  • a new explicit interval func Milliseconds() - this was already available through Every(500ms) (#137) @JohnRoesler

Changed

  • the Job.Err func has been renamed Job.Error (#137) @JohnRoesler
  • the default behavior of LimitRunsTo removes the job from the scheduler (#137) @JohnRoesler
    • nothing can be done with a stopped job in the scheduler so we opted to remove the job instead
  • At() now accepts either string or time.Time (parses out only h,m,s) (#137) @JohnRoesler

Removed

Chores