From bbd009871af97d942365317b0ce577f19c95637d Mon Sep 17 00:00:00 2001 From: Tom Date: Wed, 14 Sep 2016 14:18:08 -0500 Subject: Update readme --- README.md | 3 --- 1 file changed, 3 deletions(-) diff --git a/README.md b/README.md index 5e52813..adaeff2 100644 --- a/README.md +++ b/README.md @@ -74,7 +74,4 @@ First edit the ... to your path, then enter the following into your cron 0 0 * * * .../checker/main.py -m cron -c day >/dev/null 2>&1 0 12 * * * .../checker/main.py -m cron -c day_noon >/dev/null 2>&1 -# TODO -* Implement throttling logic so if a job fails, you don't get an email every single time it fails. Instead get one email when it starts failing and then one email when it's back up. (And let this be customizable.) -* Make JobBase.execute more intuitive for job authors. Remove the "return if the mail sent successfully" requirement. -- cgit v1.2.3