adhocore / gronx

Lightweight, fast and dependency-free Cron expression parser (due checker, next/prev due date finder), task runner, job scheduler and/or daemon for Golang (tested on v1.13+) and standalone usage. If you are bold, use it to replace crontab entirely.
https://github.com/adhocore/gronx
MIT License
422 stars 25 forks source link

Fix for negative step in cron expression #45

Closed sg3-141-592 closed 2 months ago

sg3-141-592 commented 2 months ago

Fix for #44

Adds a new test case for negative step and errors out on negative steps