From 8783de4fe5945a7ea22995c25a3e546c0426c7f6 Mon Sep 17 00:00:00 2001 From: Evgeny Zinoviev Date: Mon, 1 Mar 2021 02:05:37 +0300 Subject: update protocol --- README.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) (limited to 'README.md') 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 -- cgit v1.2.3