magemojo / m2-ce-cron

Magento 2 cron project to fix bugs and common cron issues.
https://magemojo.com
MIT License
165 stars 45 forks source link

Bugfix checkCronExpression function #105

Closed Amakata closed 4 years ago

Amakata commented 4 years ago

If cron expression has '-', then execution timing has no border value.

example: if "1-5" then it means "2,3,4", don't include 1,5.