Eden
11/14/2022, 7:30 AMpy any_flow.py
successfully and insert data into BQ]
The problem I encounter is that failed to run a flow after the deployment.
Make it easier. I, then, follow the deployment, HERE_FROM_NATE, to create a very simple job.
After clicking running a flow for the deployment foo
, it shows error about connection issue.
07:17:34.363 | DEBUG | prefect.client - Connecting to API at β
β <http://127.0.0.1:4200/api/> β
β 07:17:35.873 | ERROR | prefect.engine - Engine execution of flow run β
β 'd533fb3e-d96f-4774-ad53-bac47071f3c5' exited with unexpected exception
What I can think about is that the agent runs but it should not be <http://127.0.0.1:4200/api/>
for the agents to do the connection. But,
1. how could I set this? FQDN? public endpoint?
2. In where? Deployment?
Appreciate any help here, thx πββοΈπ»Mathijs Carlu
11/14/2022, 8:34 AM{api-service-name}.{api-namespace}.svc.cluster.local:{PORT}/api
)Eden
11/14/2022, 8:44 AM