Howard Cornwell
06/09/2020, 3:15 PMPrefectResult
? I’ve hit a wall and flows are failing with:
Failed to set task state with error: HTTPError('413 Client Error: Payload Too Large for url: http://???:4200/graphql/graphql/alpha')
Traceback (most recent call last):
File "/usr/local/lib/python3.8/site-packages/prefect/engine/cloud/task_runner.py", line 119, in call_runner_target_handlers
state = self.client.set_task_run_state(
File "/usr/local/lib/python3.8/site-packages/prefect/client/client.py", line 1096, in set_task_run_state
result = self.graphql(
File "/usr/local/lib/python3.8/site-packages/prefect/client/client.py", line 213, in graphql
result = <http://self.post|self.post>(
File "/usr/local/lib/python3.8/site-packages/prefect/client/client.py", line 172, in post
response = self._request(
File "/usr/local/lib/python3.8/site-packages/prefect/client/client.py", line 318, in _request
response.raise_for_status()
File "/usr/local/lib/python3.8/site-packages/requests/models.py", line 941, in raise_for_status
raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 413 Client Error: Payload Too Large for url: http://???:4200/graphql/graphql/alpha
Zachary Hughes
06/09/2020, 3:19 PMHoward Cornwell
06/09/2020, 3:19 PMZachary Hughes
06/09/2020, 3:23 PMHoward Cornwell
06/09/2020, 3:26 PMZachary Hughes
06/09/2020, 3:27 PMHoward Cornwell
06/09/2020, 3:29 PMZachary Hughes
06/09/2020, 4:06 PMHoward Cornwell
06/11/2020, 9:56 AM