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

async requests #5

Open
alongouldman opened this issue Aug 12, 2020 · 0 comments
Open

async requests #5

alongouldman opened this issue Aug 12, 2020 · 0 comments
Assignees

Comments

@alongouldman
Copy link

Hi,
I want to add a feature of making the requests to google async, since its very slow to upload one by one when you have a lot of images to upload.
(I still need to test whether the slowness comes from the API or is it CPU bound slowness).
But would that fit this package?

so maybe an API like this:

media_manager.bulk_stage_media(["/path/to/photo1.png", "/path/to/photo2.jpg"])
media_manager.batchCreate()
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

No branches or pull requests

2 participants