diff options
author | Evgeny Zinoviev <me@ch1p.io> | 2021-03-03 02:35:50 +0300 |
---|---|---|
committer | Evgeny Zinoviev <me@ch1p.io> | 2021-03-03 02:35:50 +0300 |
commit | 7aa4e8b2124400643843d625641160fd226246a7 (patch) | |
tree | 285c36c3b218b2ea2e70a461a2fd65cd104887a2 | |
parent | bc8270836be14a7ff84d1afad6717d962320c01c (diff) |
readme: update
-rw-r--r-- | README.md | 13 |
1 files changed, 6 insertions, 7 deletions
@@ -69,11 +69,11 @@ For optimization purposes, you can turn fields `target` and `slot` into `ENUM`s. ### jobd-master requests -* **`register-worker(targets: string[])`** — used by a jobd instance to register itself - with master. You don't need it. +* **`register-worker(targets: string[])`** — used by a jobd instance to register + itself with master. You don't need it. -* **`poke(targets: string[])`** — send `poll` requests to all registered workers that serve - specified `targets`. +* **`poke(targets: string[])`** — send `poll` requests to all registered workers + that serve specified `targets`. * **`pause(targets: string[])`** — send `pause(targets)` requests to workers serving specified `targets`. If `targets` argument is not specified, sends @@ -88,14 +88,13 @@ For optimization purposes, you can turn fields `target` and `slot` into `ENUM`s. 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 - results. + requests to registered jobd instances serving specified targets, aggregate an + return results. ## TODO - graceful shutdown -- remove password from logger dumps - reload config at runtime - jobctl |