https://prefect.io logo
a

Alfie

08/25/2020, 4:15 AM
hi, is there an easy way to figure out agents connecting to apollo? I cannot get my agent pick up a flow run, so suspecting that the flow run is picked up by some other agent started unintenciously. Thanks
The error i can see from the UI is: Failed to load and execute Flow’s environment: FileNotFoundError(2, ‘No such file or directory’)
So I’m thinking maybe it’s picked up by an agent has no access to the serielized flow file
n

nicholas

08/25/2020, 4:47 AM
Hi @Alfie - are you using server or cloud?
a

Alfie

08/25/2020, 5:16 AM
server
hosted in my local k8s
n

nicholas

08/25/2020, 6:19 AM
Got it - in which case there isn’t a way to do that right now; we’re looking to change that very soon!
a

Alfie

08/25/2020, 1:01 PM
I see, thx