Hi community, Lately we have noticed the following...
# prefect-community
b
Hi community, Lately we have noticed the following error that occasionally caused failure for multiple unrelated flows (here is log example for one):
Copy code
14:25:23 INFO Submitted for execution: Job prefect-job-2444a873
14:25:49 ERROR Failed to load and execute flow run: ConnectionError(MaxRetryError("HTTPSConnectionPool(host='<http://www.scorpiotankers.com|www.scorpiotankers.com>', port=443): Max retries exceeded with url: /our-fleet/ (Caused by NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7efdbc010d00>: Failed to establish a new connection: [Errno -3] Temporary failure in name resolution'))"))
14:26:00 INFO Beginning Flow run for 'Destination Predict'
14:26:00 DEBUG Using executor type LocalDaskExecutor
14:26:00 INFO Flow run has already finished.
14:26:32 ERROR k8s-infra Pod prefect-job-2444a873-8887r failed.
	Container 'flow' state: terminated
		Exit Code:: 1
		Reason: Error
The specific error seems to reflect code from another unrelated flow. Any idea how one flow can throw an error in several other completely unrelated flows? before even the flow starts?