go-co-op / gocron

Easy and fluent Go cron scheduling. This is a fork from https://github.com/jasonlvhit/gocron
MIT License
5.68k stars 309 forks source link

dailyjob should not allow interval zero #791

Closed JohnRoesler closed 3 weeks ago

JohnRoesler commented 3 weeks ago

What does this do?

daily jobs should not allow an interval of zero

Which issue(s) does this PR fix/relate to?

resolves #790

List any changes that modify/break current functionality

Have you included tests for your changes?

Did you document any new/modified functionality?

Notes