Skip to content

4.4.1: Retry and exponential backoff for publishing to same bucket

Compare
Choose a tag to compare
@robertlemke robertlemke released this 19 Feb 15:33
bb28912
This change adds code which should protect against rate limit problems
which may occurr when updating the same Google Cloud Storage object
multiple times during one second.

The code is speculative because it could not be reproduced locally yet.