gayle tan
09/20/2021, 3:42 AM[server]
endpoint = "<http://myserver.name/backend>"
[server.ui]
endpoint = "<http://myserver.name/>"
apollo_url= "http:/myserver.name/backend"
[ui]
endpoint = "<http://myserver.name>"
Kevin Kho
[server]
[server.ui]
apollo_url = "<http://YOUR_MACHINES_PUBLIC_IP:4200/graphql>"
but I guess you directed backend
to that?[server]
endpoint = "YOUR_MACHINES_PUBLIC_IP:4200/graphql"
prefect backend server
also, otherwise you'll hit Prefect cloudgayle tan
09/20/2021, 5:57 AMAmanda Wee
09/20/2021, 6:32 AMLocalAgent
by default. You can read more about it and how to disable the default here:
https://docs.prefect.io/orchestration/agents/local.html#labels
I just set the same label on the local agent and the flows designated for that agent instead.Kevin Kho
add_default_labels=False
to Storage if you are using Local Storage