Some requests from our service to Azure Orchestration is getting "Connection reset by peer"
Salamy, Sami
0
Reputation points
Hello,
Where using the libcloud package in Python in order to setup the driver for Azure of the type:
DriverType.COMPUTE.AZURE_ARM
The service is working fine for lots of years, while recently we're getting this error from some requests:
('Connection aborted.', ConnectionResetError(104, 'Connection reset by peer'))
We don't have much info other than this exception, so my questions are:
- How can I get more info regarding this error?
- What is the default timeout for the AZURE_ARM configured driver?
- Which params should we add in order to manually change the timeout, can I use
timeout=GENERAL_TIMEOUT
orex_connection_kwargs={'timeout': (CONNNECTION_TIMEOUT, READ_TIMEOUT)}
- What other reasons might return such general error? Rate limit? Can we increase it?
Thank you
Sign in to answer