FuETL
01/31/2023, 12:57 AMFailed to set task state with error: ClientError([{'message': 'State payload is too large.', 'locations': [{'line': 2, 'column': 5}], 'path': ['set_task_run_states'], 'extensions': {'code': 'INTERNAL_SERVER_ERROR', 'exception': {'message': 'State payload is too large.'}}}])
The stacktrace
Traceback (most recent call last):
File "/app/src/prefect/engine/cloud/task_runner.py", line 91, in call_runner_target_handlers
state = self.client.set_task_run_state(
File "/app/src/prefect/client/client.py", line 1622, in set_task_run_state
result = self.graphql(
File "/app/src/prefect/client/client.py", line 465, in graphql
raise ClientError(result["errors"])
Parameter
can i open a PR to make possible to override this possible values for whom have this kind of scenario as mine or do we have a better alternative to handle this? Thanks.