Updated Broker (markdown)

master
Jan Buchar 8 years ago
parent 0a57594bcd
commit b8cb32360e

@ -53,6 +53,8 @@ Mandatory items are bold, optional italic.
- _workers_ - specifies address and port to bind for workers - _workers_ - specifies address and port to bind for workers
- _address_ - hostname or IP address as string (`*` for any) - _address_ - hostname or IP address as string (`*` for any)
- _port_ - desired port - _port_ - desired port
- _max_liveness_ - maximum amount of pings the worker can fail to send before it is considered disconnected
- _max_request_failures_ - maximum number of times a job can fail (due to e.g. worker disconnect or a network error when downloading something from the fileserver) and be assigned again
- _monitor_ - settings of monitor service connection - _monitor_ - settings of monitor service connection
- _address_ - IP address of running monitor service - _address_ - IP address of running monitor service
- _port_ - desired port - _port_ - desired port
@ -77,6 +79,8 @@ clients:
workers: workers:
address: "*" address: "*"
port: 9657 port: 9657
max_liveness: 10
max_request_failures: 3
monitor: monitor:
address: "127.0.0.1" address: "127.0.0.1"
port: 7894 port: 7894

Loading…
Cancel
Save