hi, is there an easy way to figure out agents conn...
# prefect-community
a
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
Hi @Alfie - are you using server or cloud?
a
server
hosted in my local k8s
n
Got it - in which case there isn’t a way to do that right now; we’re looking to change that very soon!
a
I see, thx