Note that mailto is a post function.
[whenjobs.git] / TODO
diff --git a/TODO b/TODO
index abf8bb8..a4e253b 100644 (file)
--- a/TODO
+++ b/TODO
@@ -1,10 +1,16 @@
-Send mail on success and/or failure.
+Allow the output of a job to be listed.  This is pretty easy since we
+know the tmpdir and the output file.
 
 How to deal with stuck / long-running jobs?
 
+   pre() and post()
+     (instead of cleanup)
+
  - We should have instance/timeout settings that allows us to deal
    with jobs that run too long:
 
    job "foo" timeout 1 hour ...    # timeout the job after an hour
    job "bar" single instance ...   # only one instance can run
    job "bar" kill previous ...     # kill previous if still running
+
+Implement native dynlink.