My project utilizes Starlink, which occasionally e...
# ask-community
s
My project utilizes Starlink, which occasionally experiences connectivity dropouts. I guess that is the reason, I'm encountering errors when attempting to run workflows, specifically receiving the message:
ConnectError: [Errno 8] nodename nor servname provided, or not known.
Does Prefect not accommodate intermittent connectivity issues? Does it require a constant internet connection?
n
hi @Soham - what accommodations would you be looking for prefect to provide? are you using prefect cloud or prefect server?
s
@Nate: I am using Prefect Cloud and ideally, I would like Prefect to handle small internet connection dropouts. If that isn't possible, it should at least mark the flow as failed. Currently, I see the error message on the console, but on Prefect Cloud, the flow still appears to be running.