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

[5.x] Fix errors in upload queue #10944

Merged
merged 1 commit into from
Oct 11, 2024
Merged

[5.x] Fix errors in upload queue #10944

merged 1 commit into from
Oct 11, 2024

Conversation

jasonvarga
Copy link
Member

When you use the uploader (for example, in the asset browser) and one file error is, any subsequent erroring files will just sit there and spin and not show their own errors. Or rather, the first erroring file will have its error message updated with the next error, although its usually the same message so you don't notice.

This is because the upload queue always tries to grab the first upload in the queue, even if it has errored.

This PR makes it so that it will grab the next non-erroring upload in the queue.

@jasonvarga jasonvarga merged commit ef4f7d7 into 5.x Oct 11, 2024
16 checks passed
@jasonvarga jasonvarga deleted the fix-uploader-errors branch October 11, 2024 19:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant