aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 3 insertions, 1 deletions
diff --git a/README.md b/README.md
index b107382..61df993 100644
--- a/README.md
+++ b/README.md
@@ -70,7 +70,9 @@ For optimization purposes, you can turn fields `target` and `slot` into `ENUM`s.
* **`poke(targets: string[])`** — send `poll` requests to all registered workers that serve
specified `targets`.
-* **`status()`** — returns list of registered workers and memory usage.
+* **`status(poll_workers=false: bool)`** — returns list of registered workers and
+ memory usage. If `pollWorkers` is true, sends `status()` request to all registered
+ workers and includes their responses.
* **`run-manual(jobs: {id: int, target: string}[])`** — send `run-manual`
requests to registered jobd instances serving specified targets, and return