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

Removing a TP from UI blocks UI again #5592

Open
unho opened this issue Nov 22, 2016 · 1 comment
Open

Removing a TP from UI blocks UI again #5592

unho opened this issue Nov 22, 2016 · 1 comment
Assignees
Milestone

Comments

@unho
Copy link
Member

unho commented Nov 22, 2016

Removing a TP from UI now takes a long time, thus freezing the UI. I tested it only with a terminology project (relatively small in size) and it took more than 5 seconds. The blocking tasks should be moved to a background async process if possible to speed up the responsiveness.

@unho unho added this to the 2.8.0 milestone Dec 1, 2016
@ta2-1 ta2-1 self-assigned this Dec 16, 2016
@ta2-1
Copy link
Contributor

ta2-1 commented Dec 19, 2016

There is no regression. We can’t do async job as when we add TP because all removing stuff should be called in one transaction. So the only thing I can think about is just to notify user that TP is marked for deletion and delete it async in one transaction. Though then we need to highlighted TP marked for deletion in UI somehow.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants