From b8cb32360ecb74860b4303ef3d8af6c9d32971ba Mon Sep 17 00:00:00 2001 From: Jan Buchar Date: Wed, 5 Oct 2016 22:43:26 +0200 Subject: [PATCH] Updated Broker (markdown) --- Broker.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Broker.md b/Broker.md index e539b2f..ad10b13 100644 --- a/Broker.md +++ b/Broker.md @@ -53,6 +53,8 @@ Mandatory items are bold, optional italic. - _workers_ - specifies address and port to bind for workers - _address_ - hostname or IP address as string (`*` for any) - _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 - _address_ - IP address of running monitor service - _port_ - desired port @@ -77,6 +79,8 @@ clients: workers: address: "*" port: 9657 + max_liveness: 10 + max_request_failures: 3 monitor: address: "127.0.0.1" port: 7894