Saw this error for our scheduled flow: ```04:15:18...
# prefect-community
h
Saw this error for our scheduled flow:
Copy code
04:15:18 UTC
INFO
prefect-cloud.Lazarus.FlowRun
Rescheduled by a Lazarus process. This is attempt 1.
04:15:45 UTC

ERROR
agent
HTTPSConnectionPool(host='172.20.0.1', port=443): Read timed out. (read timeout=None)
Re-running seems to have gone through. Any ideas about that error ?
z
Hi @Hassan Javeed! Going off of the logs, it looks like a connectivity error on the agent side. Did this error persist, or was it a one-and-done?
h
Did a manual run and it went through.
Thanks, is it related to prefect cloud ?
z
It doesn't appear to be-- I'd expect to see an error message from Cloud if that were the case. It looks like it was a passing connectivity issue when the agent tried to make its request.