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 resumable option and pass it to bucket.upload #2

Merged
merged 1 commit into from
Oct 29, 2020

Conversation

yuriteixeira
Copy link
Contributor

About the resumable option: https://cloud.google.com/nodejs/docs/reference/storage/2.3.x/Bucket#upload

Motivation: Due to some potential race-conditions that parallel calls to this task
can cause (eg: build pipelines optimised to deploy assets in parallel
and save some time), disabling resumable is a way to mitigate those, as we can see
here in this issue report.

About the resumable option: https://cloud.google.com/nodejs/docs/reference/storage/2.3.x/Bucket#upload

Motivation: Due to some potential race-conditions that parallel calls to this task
can cause (eg: build pipelines optimised to deploy assets in parallel
and save some time), disabling `resumable` is a way to mitigate those, as we can see
here in this [issue report](googleapis/google-cloud-node#1154 (comment)).
@lukebussey lukebussey merged commit b07359a into lukebussey:master Oct 29, 2020
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