Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Should we provide batching across services? #796

Copy link
Copy link
@jgeewax

Description

@jgeewax
Issue body actions

This was brought up by @squee1945 in #557 (comment)

e.g., I can't batch a storage request together with a datastore request (please correct me if I'm wrong).

If we wanted to batch these together, the API might be pretty tricky, but could look like...

with gcloud.Batch() as batch:
  batch.datastore.put(...)
  batch.storage.upload_file(...)

I'm not sure how much value this adds, but wanted to discuss it in a separate issue so that we can make a decision...

My vote is: 👎 -- I don't think the value offsets the cost.

/cc @squee1945 @dhermes @tseaver

Metadata

Metadata

Assignees

Labels

type: questionRequest for information or clarification. Not an issue.Request for information or clarification. Not an issue.

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions

    Morty Proxy This is a proxified and sanitized view of the page, visit original site.