Skip to content
Commit ad96da08 authored by Krzysztof Nowicki's avatar Krzysztof Nowicki Committed by Laurent Montel
Browse files

Dynamically increment reconnect timeout



In case of an error leading to bringing the resource offline
temporarily it needs to periodically attempt to restart in case the
issue is intermittent.

Initially retry fairly quickly (15s) to catch some short intermittent
problems. If that doesn't help, extend the wait time longer and longer
in order not to hammer the server with requests.

Signed-off-by: default avatarKrzysztof Nowicki <krissn@op.pl>
parent 6905a926
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment