Has anyone ever seen this error code before? One o...
# ask-community
s
Has anyone ever seen this error code before? One of my scheduled flows failed early this AM – after the flow was successfully downloaded, it tried to start up its first task, and then ~10 minutes later failed with the error:
Copy code
prefect.utilities.exceptions.ClientError: [{'path': ['flow_run_by_pk'], 'message': 'request to <http://hasura:3000/v1alpha1/graphql> failed, reason: read ECONNRESET', 'extensions': {'code': 'INTERNAL_SERVER_ERROR', 'exception': {'message': 'request to <http://hasura:3000/v1alpha1/graphql> failed, reason: read ECONNRESET', 'type': 'system', 'errno': 'ECONNRESET', 'code': 'ECONNRESET'}}}]
I haven't run into this one before...this is on Cloud
k
Hey @Sean Talia, will ask the team about this. Did retrying the Flow succeed?
s
it takes a few hours to run so i'll report back in a bit 😄
k
Everything looks fine on our backend. This was potentially related to backend pods scaling.