Go to file
2024-05-28 06:37:42 +02:00
cronwrapper replace utcnow() with now() 2024-01-03 13:24:01 +01:00
.gitignore cronwrapper! 2019-05-19 13:56:01 +02:00
LICENSE Add LICENSE 2019-05-01 13:25:51 +02:00
README.md Update README.md 2019-05-02 19:48:04 +02:00
setup.py bump version 2024-05-28 06:37:42 +02:00

cronwrapper

Wrapper for cronjobs to handle failures in a more sane way.

Features

  • Set a time limit for how long cron job are allowed to run
  • Detect failures based on exit codes and output to stderr
  • Restrict how often a cron job should send output mail on failure
  • Ensure that only a single instance of the cron job is running at any time

Usage

Just run cronwrapper --help to check available options and flags. Decide on your preferences, and define your cronjob like this:

* * * * * root /usr/local/bin/cronwrapper -n awesome_job -- /path/to/cronjob --cronjobflag