Gosia
04/12/2023, 12:00 PMFailed the last 3 attempts. Please check your environment and configuration.
Examples of recent errors:
Traceback (most recent call last):
File "/opt/conda/envs/prefect/lib/python3.10/site-packages/h2/connection.py",
line 224, in process_input
func, target_state = self._transitions[(self.state, input_)]
KeyError: (<ConnectionState.CLOSED: 3>, <ConnectionInputs.SEND_HEADERS: 0>)
During handling of the above exception, another exception occurred:
The agent doesn’t accept any flows to execute. The only thing I can do is to restart the agent container. Does anyone know what the issue might be, and how to solve it or work around it?Christopher Boyd
04/12/2023, 4:46 PMPREFECT_API_ENABLE_HTTP2=False
to your env variables for the agentGosia
04/13/2023, 7:27 AM