Office365-REST-Python-Client
Office365-REST-Python-Client copied to clipboard
request_timeout parameter
Hi, thank you very much for this open source library. Really useful have been using it.
Is there a timeout parameter we can pass to the requests/queries ? When the server is down or any network issue, it seems to hang forever. Thank you and appreciate your response.
I have explored - ctx.execute_query_with_incremental_retry(), which is mainly for retries.