Note that mailto is a post function.
[whenjobs.git] / TODO
1 Allow the output of a job to be listed.  This is pretty easy since we
2 know the tmpdir and the output file.
3
4 How to deal with stuck / long-running jobs?
5
6    pre() and post()
7      (instead of cleanup)
8
9  - We should have instance/timeout settings that allows us to deal
10    with jobs that run too long:
11
12    job "foo" timeout 1 hour ...    # timeout the job after an hour
13    job "bar" single instance ...   # only one instance can run
14    job "bar" kill previous ...     # kill previous if still running
15
16 Implement native dynlink.