-
Notifications
You must be signed in to change notification settings - Fork 363
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Race conditions when running multiple mamba instances at the same time #2666
Comments
I'm getting a bunch of other errors, maybe this is due to broken locking (running a test suite with concurrency)
|
I guess it works with micromamba 1.4.7? |
OK no it also fails with 1.4.7 |
I tested all versions down to 1.3.1. We always have this problem. I expected multiple Mamba instances not to get in each other's way due to locking. Is that not the case? |
I am also experiencing this issue. Identical warning leading to build failure. However in my case, it failed the docker build GitHub action but other actions that also use mamba passed. |
When I run multiple Mamba/Micromamba
create
at this same time I'm getting funny errors, see below.The text was updated successfully, but these errors were encountered: