File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change 44Croncape wraps commands run as cron jobs to send emails ** only** when an error
55or a timeout has occurred.
66
7- Out of the box, crontab can send an email when a job generates output. But a
8- command is not necessarily unsuccessful "just" because it used the standard or
9- error output. Checking the exit code would be better, but that's not how
7+ Out of the box, crontab can send an email when a job [ generates output] [ 5 ] . But
8+ a command is not necessarily unsuccessful "just" because it used the standard
9+ or error output. Checking the exit code would be better, but that's not how
1010crontab was [ standardized] [ 1 ] .
1111
1212Croncape takes a different approach by wrapping your commands to only send an
@@ -68,3 +68,4 @@ For a simpler alternative, have a look at [cronic][3].
6868[ 2 ] : https://pypi.python.org/pypi/cronwrap/1.4
6969[ 3 ] : http://habilis.net/cronic/
7070[ 4 ] : https://github.com/sensiocloud/croncape/releases
71+ [ 5 ] : https://xkcd.com/1728/
You can’t perform that action at this time.
0 commit comments