Question, around if a same user can run two differ...
# ask-metaflow
f
Question, around if a same user can run two different flow at the same time?
1
d
sure — should work. Are you running into any specific issue with it? There is technically a possible race condition if a user runs the same flow very quickly more than once for the local metadata service since we use epoch for the run id so they can conflict but apart from that, I am not aware of any limitation.
f
yeah got,
Copy code
Metadata request (/flows/HelloFlow/runs/34/steps/hello) failed (code 500): {"message": "Internal server error"}
I was running HelloFlow but with different names.
HelloFlow
and
HelloFlow1
One flow ran perfectly. But the other flow didn’t after start step and threw the above error.
d
that is indeed bizarre. It should work. If you re-ran the other flow after, does it work fine?
f
yeah it did.
d
hun — that’s weird. Anything in the server log of the metadata service (if you have access to it)?
f
No i don’t have access to it. but let me see
Its look like a one of issue. Didn’t saw anything on logs. But re-ran again simultaneously and it ran fine this time.
d
hun. Ok, that is very surprising. if it happens again, definitely let us know but glad it works 🙂
there may have been something else going on unrelated to running concurrently