Skip to content
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

Prompt user to delete tale with running instances #229

Open
craig-willis opened this issue Oct 13, 2021 · 1 comment · May be fixed by #316
Open

Prompt user to delete tale with running instances #229

craig-willis opened this issue Oct 13, 2021 · 1 comment · May be fixed by #316
Labels
enhancement New feature or request

Comments

@craig-willis
Copy link
Contributor

See whole-tale/girder_wholetale#506 for backend implementation

Problem:
If I delete or unshare/reduce permissions on when another user has an existing tale instance, the instance is not currently shutdown. whole-tale/girder_wholetale#506 fixes this. For the delete case, delete returns a 409 if instances exist and adds a new force parameter to shutdown anyway. We need to handle this in the UI. In the case of 409 on delete notify the user that other users have instances running and allow them to force delete or cancel.

@Xarthisius
Copy link
Contributor

whole-tale/girder_wholetale#506 was updated and now it also applies to Tale > Share tab.

@Xarthisius Xarthisius added the enhancement New feature or request label Oct 26, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants