Whitespace change.
[whenjobs.git] / TODO
1 How to deal with stuck / long-running jobs?
2
3  - We should have instance/timeout settings that allows us to deal
4    with jobs that run too long:
5
6    job "foo" timeout 1 hour ...    # timeout the job after an hour
7    job "bar" single instance ...   # only one instance can run
8    job "bar" kill previous ...     # kill previous if still running
9
10 Should be possible to query jobs, running jobs, and kill (maybe even
11 start) jobs.
12
13 Implement native dynlink.