Skip to content
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

Anacron-like functionality - execute tasks that were scheduled on machine poweroff #286

Open
danihodovic opened this issue May 13, 2020 · 2 comments

Comments

@danihodovic
Copy link

Jobber is a great cron replacement that I've started to use on my servers. Thank you for the development efforts.

However for locally running tasks on my laptop it isn't as good because it doesn't execute tasks that are scheduled when the laptop is turned off. Anacron offers this functionality. Would you consider adding something like this in the future?

@ahathaway
Copy link

@danihodovic I am just curious, do you know much about how Anacron implements this functionality? i.e. Does it power the device on to run the process? Does it then power the device back down after the process completes?

@danihodovic
Copy link
Author

I think it runs the tasks the next time the machine powers on.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants