Will Milner
05/26/2020, 4:43 PMMay 26th 2020 at 12:39:41pm | prefect.CloudTaskRunner
ERROR lens
Failed to set task state with error: ClientError([{'message': "{'cached_inputs': defaultdict(<class 'dict'>, {'command': {'value': {'type': ['Unsupported value: ConstantResult']}}})}", 'locations': [{'line': 6, 'column': 13}], 'path': ['set_task_run_states', 'states', 0, 'id'], 'extensions': {'code': 'INTERNAL_SERVER_ERROR'}}])
Traceback (most recent call last):
File "/usr/local/lib/python3.7/site-packages/prefect/engine/cloud/task_runner.py", line 123, in call_runner_target_handlers
cache_for=self.task.cache_for,
File "/usr/local/lib/python3.7/site-packages/prefect/client/client.py", line 1104, in set_task_run_state
version=version,
File "/usr/local/lib/python3.7/site-packages/prefect/client/client.py", line 226, in graphql
raise ClientError(result["errors"])
prefect.utilities.exceptions.ClientError: [{'message': "{'cached_inputs': defaultdict(<class 'dict'>, {'command': {'value': {'type': ['Unsupported value: ConstantResult']}}})}", 'locations': [{'line': 6, 'column': 13}], 'path': ['set_task_run_states', 'states', 0, 'id'], 'extensions': {'code': 'INTERNAL_SERVER_ERROR'}}]
and then my flow just hangs in a pending state afterwards, any idea what this could be?Zachary Hughes
05/26/2020, 4:51 PMWill Milner
05/26/2020, 5:04 PMZachary Hughes
05/26/2020, 5:07 PMWill Milner
05/26/2020, 5:11 PMZachary Hughes
05/26/2020, 5:13 PMWill Milner
05/26/2020, 5:15 PMZachary Hughes
05/26/2020, 5:23 PM