git.annexia.org
/
whenjobs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
594d404
)
Add a TODO file.
author
Richard W.M. Jones
<rjones@redhat.com>
Tue, 21 Feb 2012 10:43:03 +0000
(10:43 +0000)
committer
Richard W.M. Jones
<rjones@redhat.com>
Tue, 21 Feb 2012 10:45:53 +0000
(10:45 +0000)
TODO
[new file with mode: 0644]
patch
|
blob
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