From 0337044605365827b9089f4f79757f5f46149dfb Mon Sep 17 00:00:00 2001 From: "Richard W.M. Jones" Date: Tue, 21 Feb 2012 10:43:03 +0000 Subject: [PATCH 1/1] Add a TODO file. --- TODO | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 TODO diff --git a/TODO b/TODO new file mode 100644 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 -- 1.8.3.1