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

Does this library support catch-up like anacron/fcron? #134

Open Bilge opened 3 years ago

Bilge commented 3 years ago

If a system is restarted or otherwise down for some amount of time, jobs can be missed. Systems like anacron and fcron support "catching-up" for jobs that were missed. Does this library implement any kind of catch-up mechanism?