Hi everyone, sometimes I receive the following err...
# ask-community
i
Hi everyone, sometimes I receive the following errors from the CloudTaskRunner (I'm running an "always-on" Local Agent on Windows Server 2019):
Copy code
ConnectionResetError: [WinError 10054] An existing connection was forcibly closed by the remote host

urllib3.exceptions.ProtocolError: ("Connection broken: ConnectionResetError(10054, 'An existing connection was forcibly closed by the remote host', None, 10054, None)", ConnectionResetError(10054, 'An existing connection was forcibly closed by the remote host', None, 10054, None))
If the Task or Flow tries to retry the execution the error pops again and only goes away if the Task/Flow is Cancelled and executed again. There's any way to bypass that?
k
You’re running behind proxies right? Weird though that this is only affecting retries