summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom <tom@ritter.vg>2016-09-14 14:18:08 -0500
committerTom <tom@ritter.vg>2016-09-14 14:18:08 -0500
commitbbd009871af97d942365317b0ce577f19c95637d (patch)
tree5d03e64c133f4cda7bb51deef59b648ed9f77499
parent16f66ffdf6a13ef7cd0cf9ddd2126ea426f34539 (diff)
Update readme
-rw-r--r--README.md3
1 files changed, 0 insertions, 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.