Add a TODO file.
authorRichard W.M. Jones <rjones@redhat.com>
Tue, 21 Feb 2012 10:43:03 +0000 (10:43 +0000)
committerRichard W.M. Jones <rjones@redhat.com>
Tue, 21 Feb 2012 10:45:53 +0000 (10:45 +0000)
TODO [new file with mode: 0644]

diff --git a/TODO b/TODO
new file mode 100644 (file)
index 0000000..abf8bb8
--- /dev/null
+++ b/TODO
@@ -0,0 +1,10 @@
+Send mail on success and/or failure.
+
+How to deal with stuck / long-running jobs?
+
+ - 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