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

Add max timeout for chunks in resumable upload and misc tweaks #7932

Merged
merged 4 commits into from
Jul 18, 2024

Conversation

philippotto
Copy link
Member

@philippotto philippotto commented Jul 18, 2024

URL of deployed dev instance (used for testing):

  • https://___.webknossos.xyz

Steps to test:

  • I tested it with a timeout of 3s and throttled my network speed. the requests failed and restarted. disabling the throttling allowed the upload to finish successfuly.

Issues:


(Please delete unneeded items, merge only when none are left open)

…g progress; tweak listed supported extensions
@philippotto philippotto requested a review from fm3 July 18, 2024 11:46
@philippotto philippotto self-assigned this Jul 18, 2024
@@ -21,6 +21,7 @@ For upgrade instructions, please check the [migration guide](MIGRATIONS.released

### Fixed
- Fixed a bug that allowed the default newly created bounding box to appear outside the dataset. In case the whole bounding box would be outside it is created regardless. [#7892](https://github.com/scalableminds/webknossos/pull/7892)
- Fixed a rare bug that could cause hanging dataset uploads. [#7932](https://github.com/scalableminds/webknossos/pull/7932)
Copy link
Member Author

Choose a reason for hiding this comment

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

even though we are not certain that this is the fix, I still think it makes sense to mention it here. the line does not claim that it fixes all bugs that cause hanging uploads.

frontend/javascripts/admin/admin_rest_api.ts Outdated Show resolved Hide resolved
@@ -317,7 +317,6 @@ const getPostUploadModal = (
<Button type="primary" onClick={() => history.push("/jobs")}>
View the Jobs Queue
</Button>
import
Copy link
Member

Choose a reason for hiding this comment

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

what’s this?

Copy link
Member Author

Choose a reason for hiding this comment

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

this was accidentally added in a58a78e#diff-b626f1738c0fb701d260efe19bdee10f7f57981f881c85a42d3588999c27db55R320 and I removed it again.

@philippotto philippotto merged commit afb4f88 into master Jul 18, 2024
2 checks passed
@philippotto philippotto deleted the resumablejs-tweaks branch July 18, 2024 12:45
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.

2 participants