5.18.3.1. RemoteStackingBackend methods

Table 5.107. Method summary

Method __init__(self, addrs, timeout, retries)

Arguments of __init__
addrs (complex)
Default: n/a
The address of the remote backend in SockAddrInet or SockAddrUnix format. Separate addresses with commas to list more than one address for a backend. Vela will connect to these addresses in a failover fashion.

retries (integer)
Default: 0

Control the number of TCP SYN retries while establishing the remote connection. Setting this parameter to 0 uses the system default retry count as set in the net.ipv4.tcp_syn_retries sysctl.

timeout (integer)
Default: 30
Control connection response timeout in seconds. This value must be set at least 1 second.