Hi, I’m using 2.0b9 with orion and the prefect age...
# prefect-community
b
Hi, I’m using 2.0b9 with orion and the prefect agent running on the same host. My prefect agent is dying frequently (it rarely stays alive for an hour) with exceptions like
anyio.BrokenResourceError
and
httpcore.ReadError
when the agent is using the orion client. Has anyone else had similar issues?
1
k
Is this for local Orion or Cloud 2.0?
b
local, running on an EC2 instance
k
Oh my bad I missed that. That does seem weird. Does it happen when attempting to run a flow or even without running a flow?
b
Lots of times it’s trying to get jobs from the queue, get_runs_in_work_queue, https://github.com/PrefectHQ/prefect/blob/orion/src/prefect/client.py#L875
k
Gotcha ok will ask that team
b
thank you