dev
12/24/2021, 10:48 AMERROR - agent | Failed to query for ready flow runs
, even though I am able to run the flows.Traceback (most recent call last):
File "/.venv/lib/python3.9/site-packages/prefect/agent/agent.py", line 323, in _submit_deploy_flow_run_jobs
flow_run_ids = self._get_ready_flow_runs()
File "/.venv/lib/python3.9/site-packages/prefect/agent/agent.py", line 574, in _get_ready_flow_runs
result = self.client.graphql(
File "/.venv/lib/python3.9/site-packages/prefect/client/client.py", line 569, in graphql
raise ClientError(result["errors"])
prefect.exceptions.ClientError: [{'message': 'An unknown error occurred.', 'locations': [{'line': 2, 'column': 5}], 'path': ['get_runs_in_queue'], 'extensions': {'code': 'INTERNAL_SERVER_ERROR', 'exception': {'message': 'An unknown error occurred.'}}}]
Anna Geller
12/24/2021, 10:56 AMdev
12/24/2021, 11:07 AM0.15.10
in both the places ie server and registration/agent env.Anna Geller
12/24/2021, 1:24 PMdev
12/29/2021, 11:42 AM