Kami commented on PR #1850: URL: https://github.com/apache/libcloud/pull/1850#issuecomment-1658422834
I pushed a change so we don't end up in an infinite loop in case server returns a bad response, there is a bug in the code or similar - c49ecd0a4b8fe1e3820d8764f9aded21e5dee11c. I picked that 60 seconds limit arbitrarily, but if needed or wanted, it can be changed (e.g. increased) - @jan-mue Can you please advise if 60 seconds is enough or the limit should be higher? I imagine we may want a higher limit since depending on the method arguments, each ``_to_node()`` call will result in additional HTTP request(s). For now, in case deadline is reached we simply return, but we may also want to throw or at least log a warning in such scenario. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
