-
-
Notifications
You must be signed in to change notification settings - Fork 4.1k
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
Improve queueing for deletion #45281
Comments
Preventing closing with |
I read a previous comment that once this operation starts a user needs to leave the windows open I think it would be more productive that once a users starts this operation they can leave the page and do other tasks and not wait for this job to complete. The job should be completed in the backend. Currently, that's how Google Drive, Onedrive, etc. You don't need to keep the windows open or two stay on the delete page. Once the delete operation starts, you can leave that page and do other stuff. |
Yep, there is currently no asynchronous operations. |
Do you think that would be something that will get implemented? |
@AndyXheli at some point I hope so, that would allow to only send one request for a batch of actions. |
Bug description
See : #45237 (review)
The text was updated successfully, but these errors were encountered: