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

fix: uploading the same files parallel #10156

Merged
merged 1 commit into from Dec 13, 2023
Merged

Conversation

JammingBen
Copy link
Collaborator

Description

Fixes uploading the same files parallel. Uppy is smart enough to not add duplicated files to the upload queue, we just need to early return in that case.

Related Issue

Types of changes

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to change)
  • Technical debt
  • Tests

Fixes uploading the same files parallel. Uppy is smart enough to not add duplicated files to the upload queue, we just need to early return in that case.
@JammingBen JammingBen self-assigned this Dec 13, 2023
Copy link

sonarcloud bot commented Dec 13, 2023

Quality Gate Passed Quality Gate passed

The SonarCloud Quality Gate passed, but some issues were introduced.

3 New issues
0 Security Hotspots
33.3% Coverage on New Code
0.0% Duplication on New Code

See analysis details on SonarCloud

@JammingBen JammingBen merged commit d571d89 into master Dec 13, 2023
3 checks passed
@delete-merged-branch delete-merged-branch bot deleted the fix-parallel-uploads branch December 13, 2023 11:51
ownclouders pushed a commit that referenced this pull request Dec 13, 2023
fix: uploading the same files parallel
@micbar micbar mentioned this pull request Dec 27, 2023
71 tasks
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.

Uploading the same folder twice in parallel shows unexpected behavior
2 participants