Chandan Purbia
02/13/2023, 4:58 AMFailed to set task state with error: ClientError([{'path': ['set_task_run_states'], 'message': 'Operation timed out', 'extensions': {'code': 'API_ERROR'}}])
Traceback (most recent call last):
File "/opt/venv/lib/python3.8/site-packages/prefect/engine/cloud/task_runner.py", line 91, in call_runner_target_handlers
state = self.client.set_task_run_state(
File "/opt/venv/lib/python3.8/site-packages/prefect/client/client.py", line 1917, in set_task_run_state
result = self.graphql(
File "/opt/venv/lib/python3.8/site-packages/prefect/client/client.py", line 569, in graphql
raise ClientError(result["errors"])
prefect.exceptions.ClientError: [{'path': ['set_task_run_states'], 'message': 'Operation timed out', 'extensions': {'code': 'API_ERROR'}}]
The other flows are running without any errors. Has someone faced this issue before and find a resolution?
Any and all help will be appreciated 🙇
Prefect Version : 0.15
CC: @Salim Doost @Jacob BlancoJacob Blanco
02/13/2023, 6:44 PM