aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorEvgeny Zinoviev <me@ch1p.io>2021-03-01 02:05:37 +0300
committerEvgeny Zinoviev <me@ch1p.io>2021-03-01 02:05:37 +0300
commit8783de4fe5945a7ea22995c25a3e546c0426c7f6 (patch)
tree17711b548483b57a5b5b2b81594ad2a19fc6eeab /README.md
parent57f541a6ea6722a2902e7cc7774aefca883fe8de (diff)
update protocol
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