Inspirel banner

Programming Distributed Systems with YAMI4

4.3.15 Connection Retries

When the outgoing connection is established with remote agents, it might fail for various reasons. The failure is not necessarily permanent and a simple retry can be successful.

This configuration option specifies how many connection attempts should be made before the failure is reported.

It should be noted that the name ``retries'' is used for historical reasons and the value of this option defines the total number of attempts, not the number of additional retries after the first failure.

Property name: "connection_retries".

Property type: integer, should be a non-negative number.

Default value: 5.