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: properly handle chunk upload failure #1042

Merged
merged 1 commit into from
Jan 10, 2024
Merged

fix: properly handle chunk upload failure #1042

merged 1 commit into from
Jan 10, 2024

Conversation

skjnldsv
Copy link
Contributor

@skjnldsv skjnldsv commented Jan 10, 2024

Add proper cancellation
I investigated the quota check and I will push pushed a dedicated backend fix on server

Before After
2024-01-10_12-53 2024-01-10_12-53_1

Fix #2

Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
@skjnldsv skjnldsv added bug Something isn't working 3. to review Waiting for reviews technical debt Technical issue labels Jan 10, 2024
@skjnldsv skjnldsv self-assigned this Jan 10, 2024
Copy link

codecov bot commented Jan 10, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (851f87b) 91.25% compared to head (e8630b8) 91.25%.

Additional details and impacted files
@@           Coverage Diff           @@
##           master    #1042   +/-   ##
=======================================
  Coverage   91.25%   91.25%           
=======================================
  Files           3        3           
  Lines          80       80           
  Branches       16       16           
=======================================
  Hits           73       73           
  Misses          4        4           
  Partials        3        3           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

Copy link
Contributor

@juliushaertl juliushaertl left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Haven't tested but code looks sane 👍

@skjnldsv skjnldsv merged commit f155bbc into master Jan 10, 2024
15 checks passed
@skjnldsv skjnldsv deleted the fix/OC-Chunked branch January 10, 2024 16:31
@susnux susnux mentioned this pull request Feb 13, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
3. to review Waiting for reviews bug Something isn't working technical debt Technical issue
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Stop chunk upload after one failure
2 participants