bnosac / cronR

A simple R package for managing your cron jobs.
Other
288 stars 38 forks source link

Is there a way to "catch-up" a Cron job if the system was asleep? #55

Closed samuelreuther closed 1 year ago

samuelreuther commented 2 years ago

Just a question if it was possible to use anacron instead of cron? (Same requirement here: https://stackoverflow.com/questions/70828497/r-understanding-how-scheduled-tasks-are-stored-when-the-computer-is-turned-off) Thank you!

jwijffels commented 1 year ago

This package is an R wrapper around cron, not anacron. Free free to use the code in the package to make another package which works for anacron. There are no plans to provide this from my end.

samuelreuther commented 1 year ago

Thank you very much for the quick response! And of course I understand your position. Unfortunately I am not sure if I have the skills to get an anacronR package to work. Maybe I'll give it a try, though. All the best!