aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorEvgeny Zinoviev <me@ch1p.io>2021-03-02 23:54:12 +0300
committerEvgeny Zinoviev <me@ch1p.io>2021-03-02 23:54:12 +0300
commit12a2dda2b801487ccb10690d19d9f28aed90c57c (patch)
treec03da32d532d50ad7b07034a40a56d905ff240b9 /README.md
parent7247c31d8ad2a22f95a870939d25ae267376e0de (diff)
jobd-master: support run-manual(); improve data validation here and there
Diffstat (limited to 'README.md')
-rw-r--r--README.md5
1 files changed, 2 insertions, 3 deletions
diff --git a/README.md b/README.md
index d21a215..b008058 100644
--- a/README.md
+++ b/README.md
@@ -53,8 +53,8 @@ For optimization purposes, you can turn fields `target` and `slot` into `ENUM`s.
### jobd requests
-* **`poll(targets=[]: string[])`** — get new tasks for specified `targets` from database.
- If `targets` is empty or not specified, get tasks for all serving targets.
+* **`poll(targets: string[])`** — get new tasks for specified `targets` from database.
+ If `targets` argument is not specified, get tasks for all serving targets.
* **`status()`** — returns status of internal queues and memory usage.
@@ -93,7 +93,6 @@ other:
- reload config at runtime
- jobctl
-
## License
BSD-2c \ No newline at end of file