Hey folks, we have a small test environment runnin...
# ask-metaflow
f
Hey folks, we have a small test environment running with minikube and we're seeing errors like these after a few runs:
Copy code
Metadata request (/flows/FlowyFlow) failed (code 500): "{\"err_msg\": {\"pgerror\": \"ERROR:  relation \\\"flows_v3\\\" does not exist\\nLINE 4:             FROM flows_v3\\n                         ^\\n\", \"pgcode\": \"42P01\", \"diag\": {\"message_primary\": \"relation \\\"flows_v3\\\" does not exist\", \"severity\": \"ERROR\"}}}"
1
s
it's usually when the schema migration fails for whatever reason
there are a few threads and issues with ideas for debugging
f
Thank you very much, I will dig through those
yayfox 1
Hmm none of these seem to match our case exactly. Our theory is that maybe we need to feed minikube more cores, so we'll try that and see how it goes.
Increasing the core count does not appear to resolve the problem. Any recommendations?
s
how are you setting up the minikube env?
this is one mechanism of running on top of minikube that works
f
We're just using metaflow-dev all-up. I'm setting MINIKUBE_CPUS=16 and MINIKUBE_MEMORY=16384 now and it seems to have run for a few hours last night, we'll see if it stays stable.