2.2 is a great new update, can’t wait to try the local refinement etc! Just testing out project deletion now, and it seems to work for small or empty projects, but it just sits there not responding for large projects. I am unsure if it is actually doing anything, and will eventually complete if I leave it long enough, or not.
Perhaps adding a progress bar would be helpful? Or at least bring up another pop up indicating that it is actually deleting, rather than keeping the same one?
Did the deletion finish? If you have thousands of jobs, you can expect it to take some time as it loops through every single job within the project and clears:
the entire job directory
all supporting files from the database
streamlog
summaries
outputs
Either way, we’ve taken note to bring the status of the deletion to the UI.
Thanks @stephan! I actually got frustrated and canceled the deletion because nothing was happening, but now that I know where to track it I will endeavor to be more patient
It seems like you may have encountered a different issue
Essentially, your job (P1 J100) was created before some changes to the non-uniform refinement job happened, which is why you’re getting a KeyError on a parameter (the parameter didn’t exist when you created the job, but is required by the new version of nu-refinement, and this snippet of code doesn’t handle failed lookups properly). Unfortunately, until we release a bug fix you might not be able to delete this job. Perhaps you can try deleting other workspaces within the project?
Sorry about this, we’ll make sure to get out a fix as soon as possible.