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

Pin the time before looping jobs and running them in order to prevent schedule slip #104

Closed garethellis36 closed 6 years ago

garethellis36 commented 6 years ago

Addresses issue #100.

I have done this in such a way as there are no BC breaks. That way if someone is sub-classing Jobby or ScheduleChecker they will continue to work as before.