aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md15
1 files changed, 15 insertions, 0 deletions
diff --git a/README.md b/README.md
index 382d7e0..3061dee 100644
--- a/README.md
+++ b/README.md
@@ -42,6 +42,21 @@ CREATE TABLE `jobs` (
For optimization purposes, you can turn fields `target` and `slot` into `ENUM`s.
+
+## TODO
+
+**jobd**:
+- `pause(targets)` / `continue(targets)`
+- `runManual` with multiple jobs
+
+**jobd-master**:
+- `status(workers=true)`
+- `pause(targets)` / `continue(targets)`
+
+both:
+- text protocol
+
+
## License
BSD-2c \ No newline at end of file