Skip to content
  • Krzysztof Nowicki's avatar
    Dynamically increment reconnect timeout · ad96da08
    Krzysztof Nowicki authored and Laurent Montel's avatar Laurent Montel committed
    
    
    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>
    ad96da08