Description: |
Run missed cronjobs. |
Latest Version: |
2012.12.24.1 |
Architecture: |
|
Dependencies: |
|
Arch Repositories: |
|
AUR ID: |
|
Arch Forum ID: |
|
Tags: |
$ cronwhip --help
usage: cronwhip [-h] [-n] [-v] [--show-missed]
Run missed cronjobs that would have been run while the system was down. It
should be run once right after startup.
optional arguments:
-h, --help show this help message and exit
-n, --dry-run Print the list of cronjobs that would be run.
-v, --verbose Switch to verbose mode.
--show-missed Show the list of missed cronjobs.
cronwhip.plThe included file cronwhip.pl is the original implementation of cronwhip. It is an ugly hackjob that works, and it is included for anyone who does not want to install Python 3 to run the new version. It is no longer maintained but it should continue to work as long as the output of the commands last -x and crontab -l remain unchanged.
Cronwhip has been converted to a Python 3 module. The module itself is small and can still be used as a stand-alone script, but it can now be used to write other scripts.
The new option --show-missed prints a list of all the missed cronjobs and when they would have been run.