Skip to content

Conversation

@andrii-i
Copy link
Collaborator

References

Fixes #573

Code changes

User-facing changes

Backwards-incompatible changes

@andrii-i andrii-i added the enhancement New feature or request label Mar 14, 2025
@andrii-i andrii-i force-pushed the async-upload branch 2 times, most recently from 5427d4d to f43d576 Compare March 14, 2025 22:35
@andrii-i
Copy link
Collaborator Author

andrii-i commented Mar 17, 2025

Moving upload logic to executors instead of a schedulers attempted in this PR to make files upload async without breaking the API would make upload happen on a different stage by a different component breaking the API. And with API breakage rewriting key API methods to be async and utilizing async/await would be enough.

@andrii-i andrii-i closed this Mar 17, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Make files upload async

1 participant