mozilla-releng/balrog

Parallelize GCS Uploads

Closed this issue · 2 comments

After split-table Releases landed I discovered that uploads to GCS are slow enough, and serialized, to cause timeouts when updating or creating a large Release.

GCS' API does not support batch uploads, so we should parallelize our uploads instead.

This is being handled in #1249, which should head to production next week.

This got fixed, including a follow up in #1263