Jonas Hanfland
11/30/2020, 10:37 AMpending
indefinitely. Not even the timeout provided to @task
gets triggered.
When checking the logs for the mapped task in question, I found what seems to be an internal server error (see thread).
Rerunning it multiple times in the past resulted in the same issue (with the same exception), except this Saturday when it miraculously succeeded but then failed again the next day.
Is that exception the cause of the problem? Is the issue on prefect's side or on mine? Thanks in advanceJonas Hanfland
11/30/2020, 10:38 AMFailed to retrieve task state with error: ClientError([{'path': ['get_or_create_task_run'], 'message': 'Invalid ID', 'extensions': {'code': 'INTERNAL_SERVER_ERROR'}}])
Traceback (most recent call last):
File "/usr/local/lib/python3.8/site-packages/prefect/engine/cloud/task_runner.py", line 190, in initialize_run
task_run_info = self.client.get_task_run_info(
File "/usr/local/lib/python3.8/site-packages/prefect/client/client.py", line 1227, in get_task_run_info
result = self.graphql(mutation) # type: Any
File "/usr/local/lib/python3.8/site-packages/prefect/client/client.py", line 294, in graphql
raise ClientError(result["errors"])
prefect.utilities.exceptions.ClientError: [{'path': ['get_or_create_task_run'], 'message': 'Invalid ID', 'extensions': {'code': 'INTERNAL_SERVER_ERROR'}}]
Kyle Moon-Wright
11/30/2020, 8:10 PM