jobbyphp / jobby

Manage all your cron jobs without modifying crontab. Handles locking, logging, error emails, and more.
https://packagist.org/packages/hellogerard/jobby
MIT License
1.05k stars 154 forks source link

Replace cron-expression #128

Closed darkalchemy closed 4 years ago

darkalchemy commented 4 years ago

This may introduce breaking changes as "dragonmantank/cron-expression" fixes many issues with how the cron expression is processed(according to the README). For me, there are no issues, but I'm not doing anything fancy with it.

I have also added a test that fails in the current version and passes in this version.

All current tests are green.