error message num 1:
Task 'some_child_flow': Exception encountered during task execution!
Traceback (most recent call last):
File "/usr/local/lib/python3.10/site-packages/prefect/engine/task_runner.py", line 876, in get_task_run_state
value = prefect.utilities.executors.run_task_with_timeout(
File "/usr/local/lib/python3.10/site-packages/prefect/utilities/executors.py", line 467, in run_task_with_timeout
return task.run(*args, **kwargs) # type: ignore
File "/usr/local/lib/python3.10/site-packages/prefect/tasks/prefect/flow_run.py", line 260, in wait_for_flow_run
for log in watch_flow_run(
File "/usr/local/lib/python3.10/site-packages/prefect/backend/flow_run.py", line 94, in watch_flow_run
flow_run = flow_run.get_latest()
File "/usr/local/lib/python3.10/site-packages/prefect/backend/flow_run.py", line 424, in get_latest
return self.from_flow_run_id(
File "/usr/local/lib/python3.10/site-packages/prefect/backend/flow_run.py", line 576, in from_flow_run_id
flow_run_data = cls._query_for_flow_run(where={"id": {"_eq": flow_run_id}})
File "/usr/local/lib/python3.10/site-packages/prefect/backend/flow_run.py", line 618, in _query_for_flow_run
result = client.graphql(flow_run_query)
File "/usr/local/lib/python3.10/site-packages/prefect/client/client.py", line 570, in graphql
raise ClientError(result["errors"])
prefect.exceptions.ClientError: [{'message': 'request to
http://prefect-hasura.prefect:3000/v1alpha1/graphql failed, reason: connect ECONNREFUSED 10.10.11.202:3000', 'locations': [{'line': 2, 'column': 5}], 'path': ['flow_run'], 'extensions': {'code': 'INTERNAL_SERVER_ERROR', 'exception': {'message': 'request to
http://prefect-hasura.prefect:3000/v1alpha1/graphql failed, reason: connect ECONNREFUSED 10.10.11.202:3000', 'type': 'system', 'errno': 'ECONNREFUSED', 'code': 'ECONNREFUSED'}}}]
chevron_rightTO TASK RUN
[4:22 PM] error message num 2:
Failed to set task state with error: ClientError([{'message': 'Unable to complete operation. An internal API error occurred.', 'locations': [{'line': 2, 'column': 5}], 'path': ['set_task_run_states'], 'extensions': {'code': 'INTERNAL_SERVER_ERROR', 'exception': {'message': 'Unable to complete operation. An internal API error occurred.'}}}])
Traceback (most recent call last):
File "/usr/local/lib/python3.10/site-packages/prefect/engine/cloud/task_runner.py", line 91, in call_runner_target_handlers
state = self.client.set_task_run_state(
File "/usr/local/lib/python3.10/site-packages/prefect/client/client.py", line 1922, in set_task_run_state
result = self.graphql(
File "/usr/local/lib/python3.10/site-packages/prefect/client/client.py", line 570, in graphql
raise ClientError(result["errors"])
prefect.exceptions.ClientError: [{'message': 'Unable to complete operation. An internal API error occurred.', 'locations': [{'line': 2, 'column': 5}], 'path': ['set_task_run_states'], 'extensions': {'code': 'INTERNAL_SERVER_ERROR', 'exception': {'message': 'Unable to complete operation. An internal API error occurred.'}}}]