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

Handle URL dataset uploads asynchronously in their own separate upload path to avoid timeouts #265

Open
Foxcapades opened this issue Apr 22, 2024 · 0 comments
Labels
internals Changes to VDI internals that are not visible to any external system.

Comments

@Foxcapades
Copy link
Member

...while downloading data from the external source.
In the initial release, the async upload handles the URL download synchronously in the path leading up to the point where the worker thread is forked, the unified path will need to be split into two separate paths for raw upload vs. URL upload.

@Foxcapades Foxcapades added internals Changes to VDI internals that are not visible to any external system. and removed todo labels Jan 28, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
internals Changes to VDI internals that are not visible to any external system.
Projects
None yet
Development

No branches or pull requests

1 participant