You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have an env that had VERY high memory consumption such that it took forever to build, caused an inability to ssh into the server, and basically bogged down the server so that no other builds could be executed for several hours (and some are stuck perpetually building). Meanwhile end users are left wondering why their build is taking so long.
The conda-store react ui has no ability to delete a build.
The conda-store admin ui has no ability to delete a build that is currently building.
When this has happened in the past, there are only two options:
restart the conda-store server and see if that fixes it
go into the db, find the build, and manually remove it
Both of these options require an admin to get into the backend.
Expected behavior
Users should be able to delete individual builds via the UI (there may be a discussion here on whether you should be an admin to be able to do this, but users should NOT have to drop in the /conda-store/admin UI.
Users should be able to build that is currently building
Exploding memory needs is a rather common occurrence with conda - can we provide any feedback to users when the conda solve is consuming the entire server?
Flushing logs frequently to the log file and making that available to the end user DURING the build would be really helpful for a lot of things.
The conda-store admin ui has no ability to delete a build that is currently building.
This is available now, but you have to go into the environment page to kill the build. So if you don't know which environments are stuck building, its very difficult to find them in order to kill them.
Describe the bug
I have an env that had VERY high memory consumption such that it took forever to build, caused an inability to ssh into the server, and basically bogged down the server so that no other builds could be executed for several hours (and some are stuck perpetually building). Meanwhile end users are left wondering why their build is taking so long.
The conda-store react ui has no ability to delete a
build
.The conda-store admin ui has no ability to delete a build that is currently building.
When this has happened in the past, there are only two options:
Both of these options require an admin to get into the backend.
Expected behavior
/conda-store/admin
UI.How to Reproduce the problem?
Attempt to create this environment.
Output
No response
Versions and dependencies used.
No response
Anything else?
No response
The text was updated successfully, but these errors were encountered: