-
-
Notifications
You must be signed in to change notification settings - Fork 136
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Does this library support catch-up like anacron/fcron? #377
Comments
This library runs via cronjob, so "catching up" would just be a "this cronjob should have run by now so let it run" thing which is possible with this library. |
This will be nice addition but currently there is no "catch-up" mechanism. |
It seems the actual triggering mechanism is not even implemented in this library, but in Given that this is the case, we would either need to convince the upstream library to make amends to accommodate these improvements, or forgo it altogether and provide a more sophisticated triggering mechanism directly. |
Actually Crunz doesn't run like server/daemon, Cron trigger Crunz every minute and that's all, if Cron have delays Crunz will also have delays. |
Yeah, that's... my point. |
Description
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?
The text was updated successfully, but these errors were encountered: