https://prefect.io logo
j

Josh

01/29/2021, 5:06 PM
Has anyone seen this error before? It’s marked as Critical from the CloudHandler
Copy code
Failed to write log with error: HTTPSConnectionPool(host='<http://api.prefect.io|api.prefect.io>', port=443): Max retries exceeded with url: /graphql (Caused by ProtocolError('Connection aborted.', BrokenPipeError(32, 'Broken pipe')))
In Prefect it says the task failed, but it still seems to be executing in the agent. There were logs before from the agent to the cloud, but no logs afterwards
n

nicholas

01/29/2021, 5:18 PM
Hi @Josh - that's an odd one and suggests something went wrong execution-side; I'd look into things like memory and CPU usage on the machine/cluster this flow is running on as places to start