Hello, I suspect that since this <PR> in introduct...
# ask-metaflow
r
Hello, I suspect that since this PR in introduction connection pooling to the metadata service, we’ve been getting
Copy code
ValueError: Metaflow service [<http://metaflow/metadata/service.com>] unreachable.
Do you guys know why this is happening? I’m guessing it’s because the service is closing the connection for some reason? Are there any fixes that we can do?
1
a
does the error go away if you use an older version of metaflow that doesn't have that change?
r
yes, also it goes away if I change the
max_retries=0
to
max_retries=2
. I just randomly tested with something > 1.
a
it might be useful to add explicit retries here. any interest in contributing a PR?
r
Sure I can create a PR
thankyou 1
Out of curiosity, what is the reason for not adding a retry here?
a
because we have custom retry behavior
r
what’s the best way to create a PR? I’m getting an error:
Copy code
ERROR: Permission to Netflix/metaflow.git denied to tlee14-upstart.
a
You can create from your fork
r